aboutsummaryrefslogtreecommitdiff
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2023-03-22 17:43:44 -0600
committerDavid Bremner <david@tethera.net>2023-04-02 19:00:49 -0300
commitae1336dea5cc6a221699fff260d8b44cee677f77 (patch)
treec4648b41e7d193c35d2c643ae006dbb7befcaff3 /bindings/ruby/defs.h
parent6273966d0b50541a37a652ccf6113f184eff5300 (diff)
ruby: add tags helper
Right now it doesn't do much, but it will help for further reorganization. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'bindings/ruby/defs.h')
-rw-r--r--bindings/ruby/defs.h3
1 files changed, 3 insertions, 0 deletions
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
@@ -370,6 +370,9 @@ notmuch_rb_message_thaw (VALUE self);
/* tags.c */
VALUE
+notmuch_rb_tags_get (notmuch_tags_t *tags);
+
+VALUE
notmuch_rb_tags_destroy (VALUE self);
VALUE