about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-04-02 22:25:32 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-04-02 22:25:32 +0200
commit8ec00e90ba89c30f5dfe2cde6deb6b29f61aa2be (patch)
tree3915bae9dc9d52d4c388f00e1f5525ebbdb9527f /src/wrapped
parenta0f078718ac1d517a148f4f86f7ca055cfa207a9 (diff)
downloadbox64-8ec00e90ba89c30f5dfe2cde6deb6b29f61aa2be.tar.gz
box64-8ec00e90ba89c30f5dfe2cde6deb6b29f61aa2be.zip
Added 3 wrapped symbol to libxml2
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/wrapped/wrappedxml2_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedxml2_private.h b/src/wrapped/wrappedxml2_private.h
index bb0c1855..de63b740 100755
--- a/src/wrapped/wrappedxml2_private.h
+++ b/src/wrapped/wrappedxml2_private.h
@@ -434,7 +434,7 @@ GOM(xmlHashUpdateEntry3, iFEpppppp)
 GO(xmlHasFeature, iFi)
 GO(xmlHasNsProp, pFppp)
 GO(xmlHasProp, pFpp)
-//GO(__xmlIndentTreeOutput, 
+GO(__xmlIndentTreeOutput, pFv)
 GO(xmlInitCharEncodingHandlers, vFv)
 GO(xmlInitializeDict, iFv)
 GO(xmlInitGlobals, vFv)
@@ -851,8 +851,8 @@ GO(xmlSaveFile, iFpp)
 GO(xmlSaveFileEnc, iFppp)
 GO(xmlSaveFileTo, iFppp)
 GO(xmlSaveFlush, iFp)
-//GO(xmlSaveFormatFile, 
-//GO(xmlSaveFormatFileEnc, 
+GO(xmlSaveFormatFile, iFppi)
+GO(xmlSaveFormatFileEnc, iFpppi)
 //GO(xmlSaveFormatFileTo, 
 //GO(__xmlSaveNoEmptyTags, 
 //GOM(xmlSaveSetAttrEscape, iFEpB)