]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/ml_gdome_xslt.h
ocaml 3.09 transition
[helm.git] / helm / DEVEL / gdome_xslt / ocaml / gdome_xslt / ml_gdome_xslt.h
index 974ad7d1438693ef0980d2fdff0efa7a469738a1..a173bc97fc02a350c48f7b08447b9aa838fcfd6f 100644 (file)
@@ -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);
+