X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flibrary%2FlibraryDb.mli;h=fc3dc969a1e6b99e1313b502851a60bb534176ee;hb=4f9820060bce92cfdb862b3c699e96c20c64a051;hp=39aa7c07976af7c7cdcf29ae67adb9860e16d23a;hpb=061e94c62f89915a193ebd342cefe4be1f8d2869;p=helm.git diff --git a/components/library/libraryDb.mli b/components/library/libraryDb.mli index 39aa7c079..fc3dc969a 100644 --- a/components/library/libraryDb.mli +++ b/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