about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-03-18 15:37:13 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-03-18 15:37:13 +0100
commitd76f3466483160167cca5d617ad385e8f8e64e7e (patch)
tree14ff5bdf5b4d894c27695cd5b1ecdce5a97c6e2c /src
parent34a5ab749821cdaba998e6f542ab2d09f5e11e14 (diff)
downloadbox64-d76f3466483160167cca5d617ad385e8f8e64e7e.tar.gz
box64-d76f3466483160167cca5d617ad385e8f8e64e7e.zip
Added 1 wrapped function to libexpat
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)