about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedxml2types.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-04-16 12:01:02 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-04-16 12:01:02 +0200
commit7870940532b7adb8339a1526ed6a6bb196d5e9ab (patch)
tree4c5918d832f0c23798f06b76518233f5bd6aa0c8 /src/wrapped/generated/wrappedxml2types.h
parent3adf31c85b8bb4366d063fbe8f7d9fc36084366d (diff)
downloadbox64-7870940532b7adb8339a1526ed6a6bb196d5e9ab.tar.gz
box64-7870940532b7adb8339a1526ed6a6bb196d5e9ab.zip
Added some libxml2 and libxst wrapped functions
Diffstat (limited to 'src/wrapped/generated/wrappedxml2types.h')
-rw-r--r--src/wrapped/generated/wrappedxml2types.h5
1 files changed, 5 insertions, 0 deletions
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) \