]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaDb.mli
fix
[helm.git] / helm / matita / matitaDb.mli
index b470ec596eb50f09d2bc1be925e28dbd12f1f272..112b2d0b246d219f5cce031ecdbfa5ec993d77b2 100644 (file)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2004, HELM Team.
+(* Copyright (C) 2004-2005, HELM Team.
  * 
  * This file is part of HELM, an Hypertextual, Electronic
  * Library of Mathematics, developed at the Computer Science
@@ -23,6 +23,9 @@
  * http://helm.cs.unibo.it/
  *)
 
-val clean_owner_environment : Mysql.dbd -> string -> unit 
-val create_owner_environment : Mysql.dbd -> string -> unit 
+val instance: unit -> Mysql.dbd
 
+val clean_owner_environment : unit -> unit 
+val create_owner_environment : unit -> unit 
+
+val remove_uri: UriManager.uri -> string list