diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-04-16 12:01:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-04-16 12:01:02 +0200 |
| commit | 7870940532b7adb8339a1526ed6a6bb196d5e9ab (patch) | |
| tree | 4c5918d832f0c23798f06b76518233f5bd6aa0c8 /src/wrapped/wrappedxslt_private.h | |
| parent | 3adf31c85b8bb4366d063fbe8f7d9fc36084366d (diff) | |
| download | box64-7870940532b7adb8339a1526ed6a6bb196d5e9ab.tar.gz box64-7870940532b7adb8339a1526ed6a6bb196d5e9ab.zip | |
Added some libxml2 and libxst wrapped functions
Diffstat (limited to 'src/wrapped/wrappedxslt_private.h')
| -rwxr-xr-x | src/wrapped/wrappedxslt_private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedxslt_private.h b/src/wrapped/wrappedxslt_private.h index f769d942..24c3db72 100755 --- a/src/wrapped/wrappedxslt_private.h +++ b/src/wrapped/wrappedxslt_private.h @@ -56,7 +56,7 @@ GO(xsltDocumentSortFunction, vFp) GO(xsltDoSortFunction, vFppi) GO(xsltElement, vFpppp) //GO(xsltElementAvailableFunction, -//GO(xsltEvalAttrValueTemplate, +GO(xsltEvalAttrValueTemplate, pFpppp) GO(xsltEvalAVT, pFppp) GO(xsltEvalGlobalVariables, iFp) GO(xsltEvalOneUserParam, iFppp) @@ -180,7 +180,7 @@ GO(xsltRegisterAllElement, vFp) GO(xsltRegisterAllExtras, vFv) //GO(xsltRegisterAllFunctions, //GOM(xsltRegisterExtElement, iFEpppB) -//GOM(xsltRegisterExtFunction, iFEpppB) +GOM(xsltRegisterExtFunction, iFEpppp) //GOM(xsltRegisterExtModule, iFEpBB) //GOM(xsltRegisterExtModuleElement, iFEppBB) //GOM(xsltRegisterExtModuleFull, iFEpBBBB) @@ -207,14 +207,14 @@ GO(xsltSecurityAllow, iFppp) GO(xsltSecurityForbid, iFppp) GO(xsltSetCtxtParseOptions, iFpi) GO(xsltSetCtxtSecurityPrefs, iFpp) -//GOM(xsltSetCtxtSortFunc, vFEpB) +GOM(xsltSetCtxtSortFunc, vFEpp) //GOM(xsltSetDebuggerCallbacks, iFip) GO(xsltSetDebuggerStatus, vFi) GO(xsltSetDefaultSecurityPrefs, vFp) //GOM(xsltSetGenericDebugFunc, vFEpB) //GOM(xsltSetGenericErrorFunc, vFEpB) GOM(xsltSetLoaderFunc, vFEp) -//GOM(xsltSetSecurityPrefs, iFEppB) +GOM(xsltSetSecurityPrefs, iFEppp) //GOM(xsltSetSortFunc, vFEp) //GO(MxsltSetTransformErrorFunc, vFEppB) GO(xsltSetXIncludeDefault, vFi) |