Merge branch 'local-ocamlbuild' into local-trunk
[SXSI/xpathcomp.git] / src / memory.mli
diff --git a/src/memory.mli b/src/memory.mli
new file mode 100644 (file)
index 0000000..3531e53
--- /dev/null
@@ -0,0 +1,9 @@
+(******************************************************************************)
+(*  SXSI : XPath evaluator                                                    *)
+(*  Kim Nguyen (Kim.Nguyen@nicta.com.au)                                      *)
+(*  Copyright NICTA 2008                                                      *)
+(*  Distributed under the terms of the LGPL (see LICENCE)                     *)
+(******************************************************************************)
+val register : 'a -> string -> unit
+val schedule_stats : unit -> unit
+