diff options
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) |