From 7870940532b7adb8339a1526ed6a6bb196d5e9ab Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 16 Apr 2023 12:01:02 +0200 Subject: Added some libxml2 and libxst wrapped functions --- src/wrapped/generated/wrappedxml2types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/wrapped/generated/wrappedxml2types.h') diff --git a/src/wrapped/generated/wrappedxml2types.h b/src/wrapped/generated/wrappedxml2types.h index 13627375..fb721595 100644 --- a/src/wrapped/generated/wrappedxml2types.h +++ b/src/wrapped/generated/wrappedxml2types.h @@ -32,8 +32,12 @@ typedef void* (*pFpppppi_t)(void*, void*, void*, void*, void*, int32_t); #define SUPER() ADDED_FUNCTIONS() \ GO(xmlSetExternalEntityLoader, vFp_t) \ GO(xmlParseDocument, iFp_t) \ + GO(__xmlGenericError, pFv_t) \ + GO(__xmlStructuredError, pFv_t) \ GO(xmlGetExternalEntityLoader, pFv_t) \ GO(xmlHashFree, vFpp_t) \ + GO(xmlSetGenericErrorFunc, vFpp_t) \ + GO(xmlSetStructuredErrorFunc, vFpp_t) \ GO(xmlHashCopy, pFpp_t) \ GO(xmlHashScan, vFppp_t) \ GO(xmlHashScanFull, vFppp_t) \ @@ -47,6 +51,7 @@ typedef void* (*pFpppppi_t)(void*, void*, void*, void*, void*, int32_t); GO(xmlHashRemoveEntry2, iFpppp_t) \ GO(xmlHashUpdateEntry, iFpppp_t) \ GO(xmlRegisterInputCallbacks, iFpppp_t) \ + GO(xmlRegisterOutputCallbacks, iFpppp_t) \ GO(xmlParserInputBufferCreateIO, pFpppi_t) \ GO(xmlOutputBufferCreateIO, pFpppp_t) \ GO(xmlHashRemoveEntry3, iFppppp_t) \ -- cgit 1.4.1