]> 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 8acd2a2fd97d039710e31f27dafbaaaeb63c7081..342c91eaa551e9c50a54e25ea774e6f1922aa85f 100644 (file)
@@ -26,7 +26,7 @@
 (*  AUTOR: Ferruccio Guidi <fguidi@cs.unibo.it>
  *)
 
-val init  : unit -> Postgres.connection option
+val init  : string -> Postgres.connection option
 
 val close : Postgres.connection option -> unit