diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-04-02 22:25:32 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-04-02 22:25:32 +0200 |
| commit | 8ec00e90ba89c30f5dfe2cde6deb6b29f61aa2be (patch) | |
| tree | 3915bae9dc9d52d4c388f00e1f5525ebbdb9527f | |
| parent | a0f078718ac1d517a148f4f86f7ca055cfa207a9 (diff) | |
| download | box64-8ec00e90ba89c30f5dfe2cde6deb6b29f61aa2be.tar.gz box64-8ec00e90ba89c30f5dfe2cde6deb6b29f61aa2be.zip | |
Added 3 wrapped symbol to libxml2
| -rwxr-xr-x | src/wrapped/wrappedxml2_private.h | 6 |
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) |