]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/metadataQuery.mli
reverder change. no more owner passed to the locate.
[helm.git] / helm / ocaml / tactics / metadataQuery.mli
index 4ae870a4f4e484c2e6eb19665809f32ae514ddfc..0d32e4835c39ec8442b75bf88e826aa08e7778bd 100644 (file)
@@ -29,7 +29,7 @@
   * is interpreted as 0 or more characters and "?" as exactly one character *)
 val locate:
   dbd:Mysql.dbd ->
-  ?vars:bool -> ?owner:string -> string -> string list
+  ?vars:bool -> string -> string list
 
 val hint:
   dbd:Mysql.dbd ->