From 8ec00e90ba89c30f5dfe2cde6deb6b29f61aa2be Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 2 Apr 2023 22:25:32 +0200 Subject: Added 3 wrapped symbol to libxml2 --- src/wrapped/wrappedxml2_private.h | 6 +++--- 1 file 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) -- cgit 1.4.1