]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/libraryClean.mli
depends
[helm.git] / helm / software / components / library / libraryClean.mli
index deca8f4a73a438ee56a492fcc9cef5ca4f20d574..89f3b7b1dbf066cec84965f039cdab681ee42f13 100644 (file)
@@ -23,4 +23,7 @@
  * http://helm.cs.unibo.it/
  *)
 
-val clean_baseuris : ?verbose:bool -> basedir:string -> string list -> unit
+val set_decompile_cb: (baseuri: string -> unit) -> unit
+
+val db_uris_of_baseuri : string -> string list
+val clean_baseuris : ?verbose:bool -> string list -> unit