diff options
| author | Leslie Zhai <zhaixiang@loongson.cn> | 2025-07-05 21:31:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-05 15:31:12 +0200 |
| commit | 1ed7609fe95fab8afb0669daffd63223ea665788 (patch) | |
| tree | cb69c56cebd01f8212e6d10fdc46a5da054043bc /src/wrapped/generated/wrappedxml2types.h | |
| parent | 04396f421e11b305f4e34da4f59d19458b109506 (diff) | |
| download | box64-1ed7609fe95fab8afb0669daffd63223ea665788.tar.gz box64-1ed7609fe95fab8afb0669daffd63223ea665788.zip | |
[WRAPPER] Wrapper xmlMemGet and xmlMemSetup (#2799)
* [WRAPPER] Wrapper xmlMemGet and xmlMemSetup * [WRAPPER] Change GOM to GO for xmlMemGet
Diffstat (limited to 'src/wrapped/generated/wrappedxml2types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedxml2types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedxml2types.h b/src/wrapped/generated/wrappedxml2types.h index f52aeea3..68a4a552 100644 --- a/src/wrapped/generated/wrappedxml2types.h +++ b/src/wrapped/generated/wrappedxml2types.h @@ -54,6 +54,7 @@ typedef void* (*pFppppppi_t)(void*, void*, void*, void*, void*, void*, int32_t); GO(xmlSchemaSetValidErrors, vFpppp_t) \ GO(xmlHashRemoveEntry2, iFpppp_t) \ GO(xmlHashUpdateEntry, iFpppp_t) \ + GO(xmlMemSetup, iFpppp_t) \ GO(xmlRegisterInputCallbacks, iFpppp_t) \ GO(xmlRegisterOutputCallbacks, iFpppp_t) \ GO(xmlTextWriterWriteFormatAttribute, iFpppV_t) \ |