aboutsummaryrefslogtreecommitdiffstats
path: root/HTMLtree.c
diff options
context:
space:
mode:
authorCET 2001 Daniel Veillard <daniel@veillard.com>2001-11-01 14:31:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-11-01 14:31:22 +0000
commit5a37bde34b693bc0296a2f03b775773e265b4c0e (patch)
treed0e8f63c03ba168361c884c010c59ee4438af8d9 /HTMLtree.c
parentebd38c5f92bdfb21c042b917651bb2d5e4de7927 (diff)
downloadandroid_external_libxml2-5a37bde34b693bc0296a2f03b775773e265b4c0e.tar.gz
android_external_libxml2-5a37bde34b693bc0296a2f03b775773e265b4c0e.tar.bz2
android_external_libxml2-5a37bde34b693bc0296a2f03b775773e265b4c0e.zip
more include cleanups, export cleanly one html output + format function.
Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com> * HTMLtree.c tree.c include/libxml/HTMLtree.h include/libxml/tree.h include/libxml/xmlIO.h: more include cleanups, export cleanly one html output + format function. Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com> * parser.c: removed initGenericErrorDefaultFunc call from xmlInitParser() since it could destroy previous calls to xsltSetGenericErrorFunc() effects Daniel
Diffstat (limited to 'HTMLtree.c')
-rw-r--r--HTMLtree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/HTMLtree.c b/HTMLtree.c
index cd9417c6..cb5f3080 100644
--- a/HTMLtree.c
+++ b/HTMLtree.c
@@ -295,9 +295,6 @@ found_meta:
* *
************************************************************************/
-void htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc,
- xmlNodePtr cur, const char *encoding, int format);
-
static void
htmlDocContentDump(xmlBufferPtr buf, xmlDocPtr cur, int format);