X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIPostgres.mli;h=342c91eaa551e9c50a54e25ea774e6f1922aa85f;hb=e7e2a523299d807370b292b44e77f46fad1638c9;hp=8acd2a2fd97d039710e31f27dafbaaaeb63c7081;hpb=931f10c61b4e3914474955a94a05cf43b5fa2bc0;p=helm.git 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