X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2Focaml%2Fgdome_xslt%2Fml_gdome_xslt.h;h=a173bc97fc02a350c48f7b08447b9aa838fcfd6f;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=974ad7d1438693ef0980d2fdff0efa7a469738a1;hpb=54c2dc43bd9a12dca1d4edacc4324acd7bd07f0d;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/ml_gdome_xslt.h b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/ml_gdome_xslt.h index 974ad7d14..a173bc97f 100644 --- a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/ml_gdome_xslt.h +++ b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/ml_gdome_xslt.h @@ -33,3 +33,8 @@ value ml_applyStylesheet(value source, value style, value params); value ml_saveResultToChannel(value channel, value result, value stylesheet); +value ml_enableErrorCallback(value unit); +value ml_disableErrorCallback(value unit); +value ml_enableDebugCallback(value unit); +value ml_disableDebugCallback(value unit); +