]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaDb.mli
version 0.7.1
[helm.git] / helm / matita / matitaDb.mli
index b470ec596eb50f09d2bc1be925e28dbd12f1f272..09eff29893318b241d8abd6b8b0fd15a9da6374d 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
  * 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 create_owner_environment: unit -> unit
+val clean_owner_environment: unit -> unit
+
+val remove_uri: UriManager.uri -> string list
+val xpointers_of_ind: UriManager.uri -> UriManager.uri list