Large commit of changes done while travelling to XML'99
- cleanups on memory use and parsers
- start of Link interfaces HTML and XLink
- rebuild the doc
- released as 1.8.0
Daniel
diff --git a/include/libxml/debugXML.h b/include/libxml/debugXML.h
index f73527c..b24219a 100644
--- a/include/libxml/debugXML.h
+++ b/include/libxml/debugXML.h
@@ -16,4 +16,5 @@
 extern void xmlDebugDumpNode(FILE *output, xmlNodePtr node, int depth);
 extern void xmlDebugDumpNodeList(FILE *output, xmlNodePtr node, int depth);
 extern void xmlDebugDumpDocument(FILE *output, xmlDocPtr doc);
+extern void xmlDebugDumpEntities(FILE *output, xmlDocPtr doc);
 #endif /* __DEBUG_XML__ */