X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FlibraryClean.mli;h=89f3b7b1dbf066cec84965f039cdab681ee42f13;hb=72cd94b68037956a70b98cfa54f316fd54e52bae;hp=deca8f4a73a438ee56a492fcc9cef5ca4f20d574;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/library/libraryClean.mli b/helm/software/components/library/libraryClean.mli index deca8f4a7..89f3b7b1d 100644 --- a/helm/software/components/library/libraryClean.mli +++ b/helm/software/components/library/libraryClean.mli @@ -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