X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=9454658b96bd28fe08105afa4b464ad9492bb953;hb=ae1336dea5cc6a221699fff260d8b44cee677f77;hp=e2541e8f8de30f6c828be3edbde0699d57760dcc;hpb=6273966d0b50541a37a652ccf6113f184eff5300;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);