X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2Futility.mli;h=2ee3db0073da569df466961c0901e6d66482cd63;hb=f41a5585a648d57e4d8a24d664b0a5ce5d591148;hp=7638932476db22637134e54510fa243decd54579;hpb=8abd42ec1af0d5daef1d026ec550b49b07de8340;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/utility.mli b/helm/ocaml/mathql_interpreter/utility.mli index 763893247..2ee3db007 100644 --- a/helm/ocaml/mathql_interpreter/utility.mli +++ b/helm/ocaml/mathql_interpreter/utility.mli @@ -20,11 +20,11 @@ * MA 02111-1307, USA. * * For details, see the HELM World-Wide-Web page, - * http://cs.unibo.it/helm/. + * http://www.cs.unibo.it/helm/. *) val pgresult_to_string_list : < get_list : string list list; .. > -> string list val pgresult_to_string : < get_list : string list list; .. > -> string val set_assoc : 'a -> 'b -> ('a * 'b) list -> ('a * 'b) list -val helm_property_id: string -> string -val helm_class_id: string -> string +val helm_property_id: MQIConn.handle -> string -> string +val helm_class_id: MQIConn.handle -> string -> string