X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2Fmqint.mli;h=d7dcf9ebcd2f35e23f1d517f3a715d8c294ee176;hb=eddba0cc1b08d5d787793095c5fb0d39ee5ec2f7;hp=d86772622fad718ca2e0f247c0274d47b0e0f88a;hpb=fd1cdc0fff3f15c67d949e016135c77c7c4a7ebd;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mqint.mli b/helm/ocaml/mathql_interpreter/mqint.mli index d86772622..d7dcf9ebc 100644 --- a/helm/ocaml/mathql_interpreter/mqint.mli +++ b/helm/ocaml/mathql_interpreter/mqint.mli @@ -23,7 +23,7 @@ * http://cs.unibo.it/helm/. *) -val init : unit -> unit (* open database *) +val init : string -> unit (* open database *) val execute : MathQL.query -> MathQL.result (* execute query *)