aboutsummaryrefslogtreecommitdiffstats
path: root/win32/libxml2/libxml2.def.src
diff options
context:
space:
mode:
Diffstat (limited to 'win32/libxml2/libxml2.def.src')
-rw-r--r--win32/libxml2/libxml2.def.src17
1 files changed, 16 insertions, 1 deletions
diff --git a/win32/libxml2/libxml2.def.src b/win32/libxml2/libxml2.def.src
index 39692930..4e4e50df 100644
--- a/win32/libxml2/libxml2.def.src
+++ b/win32/libxml2/libxml2.def.src
@@ -434,7 +434,6 @@ EXPORTS
cdataBlock
xmlDefaultSAXHandlerInit
htmlDefaultSAXHandlerInit
- sgmlDefaultSAXHandlerInit
/*
* strio.h
@@ -911,3 +910,19 @@ EXPORTS
xmlXPtrEvalRangePredicate
#endif /* LIBXML_XPTR_ENABLED */
+/*
+ * DOCBParser.h
+ */
+#ifdef LIBXML_DOCB_ENABLED
+ docbEncodeEntities
+ docbSAXParseDoc
+ docbParseDoc
+ docbSAXParseFile
+ docbParseFile
+ docbFreeParserCtxt
+ docbCreatePushParserCtxt
+ docbParseChunk
+ docbCreateFileParserCtxt
+ docbParseDocument
+#endif /* LIBXML_DOCB_ENABLED */
+