X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIPostgres.mli;fp=helm%2Focaml%2Fmathql_interpreter%2FmQIPostgres.mli;h=342c91eaa551e9c50a54e25ea774e6f1922aa85f;hp=8acd2a2fd97d039710e31f27dafbaaaeb63c7081;hb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;hpb=2122459392680c4b53e32a2cf1d4792405f118ce diff --git a/helm/ocaml/mathql_interpreter/mQIPostgres.mli b/helm/ocaml/mathql_interpreter/mQIPostgres.mli index 8acd2a2fd..342c91eaa 100644 --- a/helm/ocaml/mathql_interpreter/mQIPostgres.mli +++ b/helm/ocaml/mathql_interpreter/mQIPostgres.mli @@ -26,7 +26,7 @@ (* AUTOR: Ferruccio Guidi *) -val init : unit -> Postgres.connection option +val init : string -> Postgres.connection option val close : Postgres.connection option -> unit