]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIPostgres.mli
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / ocaml / mathql_interpreter / mQIPostgres.mli
index d6b9d3f33f6eab69bfa54eeeda8d2bde2437bd4e..342c91eaa551e9c50a54e25ea774e6f1922aa85f 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
-val init  : unit -> Postgres.connection option
+(*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
+ *)
+
+val init  : string -> Postgres.connection option
 
 val close : Postgres.connection option -> unit