about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedexpat_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedexpat_private.h b/src/wrapped/wrappedexpat_private.h
index c57ad352..5ce94aec 100755
--- a/src/wrapped/wrappedexpat_private.h
+++ b/src/wrapped/wrappedexpat_private.h
@@ -30,7 +30,7 @@ GO(XML_ParserCreate, pFp)
 GO(XML_ParserCreate_MM, pFpppp) // return a structure
 //GO(XML_ParserCreateNS, 
 GO(XML_ParserFree, vFp)
-//GO(XML_ParserReset, 
+GO(XML_ParserReset, iFpp)
 //GO(XML_ResumeParser, 
 GOM(XML_SetAttlistDeclHandler, vFEpp)
 GO(XML_SetBase, iFpp)