]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: add tags helper
[notmuch] / bindings / ruby / defs.h
index e2541e8f8de30f6c828be3edbde0699d57760dcc..9454658b96bd28fe08105afa4b464ad9492bb953 100644 (file)
@@ -369,6 +369,9 @@ VALUE
 notmuch_rb_message_thaw (VALUE self);
 
 /* tags.c */
+VALUE
+notmuch_rb_tags_get (notmuch_tags_t *tags);
+
 VALUE
 notmuch_rb_tags_destroy (VALUE self);