X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FlibraryClean.mli;h=89f3b7b1dbf066cec84965f039cdab681ee42f13;hb=4693f3b9de6d867921b51f61e9a7dc36c3da1b77;hp=f4ce6de570925ddfd7d28542fbed46b91709b772;hpb=ee3f8d6fa92b051394a2ff7c71c03ac33a05182b;p=helm.git diff --git a/helm/software/components/library/libraryClean.mli b/helm/software/components/library/libraryClean.mli index f4ce6de57..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 set_decompile_cb: (baseuri: string -> unit) -> unit + +val db_uris_of_baseuri : string -> string list val clean_baseuris : ?verbose:bool -> string list -> unit