diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2023-03-22 17:43:44 -0600 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-04-02 19:00:49 -0300 |
| commit | ae1336dea5cc6a221699fff260d8b44cee677f77 (patch) | |
| tree | c4648b41e7d193c35d2c643ae006dbb7befcaff3 /bindings/ruby/defs.h | |
| parent | 6273966d0b50541a37a652ccf6113f184eff5300 (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.h | 3 |
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 |
