X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2Fdbconn.mli;h=ecfbcd66ae8c263d8457fa96247f30a504e30870;hb=ba824e867afc3eaf081ed1a1d6526d421242a6a0;hp=c162cf00e9eeed676204cf6a89f52ffb18108c07;hpb=0b2c5757a7d7d87adc0144f790ca5294f9433175;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/dbconn.mli b/helm/ocaml/mathql_interpreter/dbconn.mli index c162cf00e..ecfbcd66a 100644 --- a/helm/ocaml/mathql_interpreter/dbconn.mli +++ b/helm/ocaml/mathql_interpreter/dbconn.mli @@ -24,5 +24,5 @@ *) val pgc : unit -> Postgres.connection -val init : unit -> unit +val init : string -> unit val close : unit -> unit