mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
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
This commit is contained in:
@@ -16,4 +16,5 @@ extern void xmlDebugDumpOneNode(FILE *output, xmlNodePtr node, int depth);
|
||||
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__ */
|
||||
|
Reference in New Issue
Block a user