summaryrefslogtreecommitdiff
path: root/lib/libexpatw.def
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2003-01-16 22:03:42 +0000
committerkwaclaw <kwaclaw>2003-01-16 22:03:42 +0000
commit586417d3ad68fad39084ae9a6df7f9c8ee65e94a (patch)
treecc4cca0a7d9bb8636fba5b4c61b7958db45929d8 /lib/libexpatw.def
parent0d57052c04eeb8cc41309f950ddffa1fae81247d (diff)
downloadlibexpat-586417d3ad68fad39084ae9a6df7f9c8ee65e94a.tar.gz
Patch for bug/feature request #651754.
Implemented with two API additions: 1) For element declaration handler support: XML_FreeContentModel 2) Exposing Expat's memory allocation functions: XML_MemMalloc XML_MemRealloc XML_MemFree
Diffstat (limited to 'lib/libexpatw.def')
-rw-r--r--lib/libexpatw.def8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libexpatw.def b/lib/libexpatw.def
index a7520e5..1eedc6a 100644
--- a/lib/libexpatw.def
+++ b/lib/libexpatw.def
@@ -56,8 +56,14 @@ EXPORTS
XML_SetUserData @52
XML_SetXmlDeclHandler @53
XML_UseParserAsHandlerArg @54
-; added with version 1.95.4
+; added with version 1.95.3
XML_ParserReset @55
XML_SetSkippedEntityHandler @56
+; added with version 1.95.4
XML_GetFeatureList @57
XML_UseForeignDTD @58
+; added with version 1.95.6
+ XML_FreeContentModel @59
+ XML_MemMalloc @60
+ XML_MemRealloc @61
+ XML_MemFree @62