X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=9454658b96bd28fe08105afa4b464ad9492bb953;hb=ae1336dea5cc6a221699fff260d8b44cee677f77;hp=e2541e8f8de30f6c828be3edbde0699d57760dcc;hpb=3df2281746d57abbb45790ecb432ef40533c30bc;p=notmuch diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index e2541e8f..9454658b 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -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);