X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIPostgres.mli;h=342c91eaa551e9c50a54e25ea774e6f1922aa85f;hb=fc35fbb35a01c110f221c52661f1193ea5664aa6;hp=d6b9d3f33f6eab69bfa54eeeda8d2bde2437bd4e;hpb=91db309a46f8b6f100a36abbc568deec10a8d1df;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIPostgres.mli b/helm/ocaml/mathql_interpreter/mQIPostgres.mli index d6b9d3f33..342c91eaa 100644 --- a/helm/ocaml/mathql_interpreter/mQIPostgres.mli +++ b/helm/ocaml/mathql_interpreter/mQIPostgres.mli @@ -23,7 +23,10 @@ * http://cs.unibo.it/helm/. *) -val init : unit -> Postgres.connection option +(* AUTOR: Ferruccio Guidi + *) + +val init : string -> Postgres.connection option val close : Postgres.connection option -> unit