summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2012-05-06 00:10:00 +0000
committerkwaclaw <kwaclaw>2012-05-06 00:10:00 +0000
commite0dac70d7369d8bc553c72f8f36260a96709eb81 (patch)
tree7d4d9dac2239df08fe9b5309252fbc55defded78
parent613b2377a9b5dfd9ac4fd5f02c727970a9863d67 (diff)
downloadlibexpat-e0dac70d7369d8bc553c72f8f36260a96709eb81.tar.gz
Fix for issue #3522658.
-rw-r--r--lib/libexpat.def3
-rw-r--r--lib/libexpatw.def3
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/libexpat.def b/lib/libexpat.def
index 3920bbc..eee1d44 100644
--- a/lib/libexpat.def
+++ b/lib/libexpat.def
@@ -71,3 +71,6 @@ EXPORTS
XML_StopParser @63
XML_ResumeParser @64
XML_GetParsingStatus @65
+; added with version 2.1.0
+; XML_GetAttributeInfo @66
+ XML_SetHashSalt @67 \ No newline at end of file
diff --git a/lib/libexpatw.def b/lib/libexpatw.def
index 3920bbc..eee1d44 100644
--- a/lib/libexpatw.def
+++ b/lib/libexpatw.def
@@ -71,3 +71,6 @@ EXPORTS
XML_StopParser @63
XML_ResumeParser @64
XML_GetParsingStatus @65
+; added with version 2.1.0
+; XML_GetAttributeInfo @66
+ XML_SetHashSalt @67 \ No newline at end of file