X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FmatitaDb.mli;h=b7b7c273f75d825a5dc97563e97aa4d8ad391770;hb=e7916b85dd9dab26b628ace838c683beb31db9c1;hp=b470ec596eb50f09d2bc1be925e28dbd12f1f272;hpb=541a200b13431987114dd3fd88ec9764cee1e772;p=helm.git diff --git a/helm/matita/matitaDb.mli b/helm/matita/matitaDb.mli index b470ec596..b7b7c273f 100644 --- a/helm/matita/matitaDb.mli +++ b/helm/matita/matitaDb.mli @@ -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 reset_owner_environment : unit -> unit + +val remove_uri: UriManager.uri -> string list +val xpointers_of_ind: UriManager.uri -> UriManager.uri list