]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: add keyword arguments to db.query
[notmuch] / bindings / ruby / defs.h
index 9860ee17d9479e1bc1101978585ed986e0e704c1..995bcafd2b0e78e003a9e73419c1805c19e9cd8c 100644 (file)
@@ -174,7 +174,7 @@ VALUE
 notmuch_rb_database_get_all_tags (VALUE self);
 
 VALUE
-notmuch_rb_database_query_create (VALUE self, VALUE qstrv);
+notmuch_rb_database_query_create (int argc, VALUE *argv, VALUE self);
 
 /* directory.c */
 VALUE