X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FlibraryDb.mli;h=fc3dc969a1e6b99e1313b502851a60bb534176ee;hb=effab341df3fb2bfe403e51d360e81c8b0455e1a;hp=39aa7c07976af7c7cdcf29ae67adb9860e16d23a;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/library/libraryDb.mli b/helm/software/components/library/libraryDb.mli index 39aa7c079..fc3dc969a 100644 --- a/helm/software/components/library/libraryDb.mli +++ b/helm/software/components/library/libraryDb.mli @@ -28,7 +28,5 @@ val instance: unit -> HMysql.dbd val create_owner_environment: unit -> unit val clean_owner_environment: unit -> unit -(* returns a list of uri thet must be removed sice they reference uri, - * but this is used only for debugging purposes *) -val remove_uri: UriManager.uri -> string list +val remove_uri: UriManager.uri -> unit val xpointers_of_ind: UriManager.uri -> UriManager.uri list