summaryrefslogtreecommitdiff
path: root/include/libxml/HTMLtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/HTMLtree.h')
-rw-r--r--include/libxml/HTMLtree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libxml/HTMLtree.h b/include/libxml/HTMLtree.h
index 50b8544..6ea8207 100644
--- a/include/libxml/HTMLtree.h
+++ b/include/libxml/HTMLtree.h
@@ -75,6 +75,11 @@ XMLPUBFUN void XMLCALL
htmlDocDumpMemory (xmlDocPtr cur,
xmlChar **mem,
int *size);
+XMLPUBFUN void XMLCALL
+ htmlDocDumpMemoryFormat (xmlDocPtr cur,
+ xmlChar **mem,
+ int *size,
+ int format);
XMLPUBFUN int XMLCALL
htmlDocDump (FILE *f,
xmlDocPtr cur);