X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=3f9512ba903b9b9a9bb5c32c4be37696fc1cd2f8;hp=6fe5787098c29f875e2ef699454298ececf80289;hb=35cb1c95cc8afa964900d29c813349ad8e24e7a8;hpb=82b73ffd7380b85d259eeb91100dd6ac2d14223a diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 6fe57870..3f9512ba 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -21,8 +21,8 @@ #ifndef DEFS_H #define DEFS_H +#include #include -#include "notmuch.h" VALUE notmuch_rb_cDatabase; VALUE notmuch_rb_cDirectory; @@ -219,6 +219,9 @@ notmuch_rb_query_get_string (VALUE self); VALUE notmuch_rb_query_add_tag_exclude (VALUE self, VALUE tagv); +VALUE +notmuch_rb_query_set_omit_excluded (VALUE self, VALUE omitv); + VALUE notmuch_rb_query_search_threads (VALUE self);