X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=995bcafd2b0e78e003a9e73419c1805c19e9cd8c;hb=814abafc3e4280de115d4bc0ac01f8d026a0a7f9;hp=9860ee17d9479e1bc1101978585ed986e0e704c1;hpb=100106a45d9f362ed8770c95cf35bd43f6580511;p=notmuch diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 9860ee17..995bcafd 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -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