aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
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 1f529883..f00afeff 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -269,6 +269,9 @@ VALUE
notmuch_rb_message_get_filename(VALUE self);
VALUE
+notmuch_rb_message_get_filenames(VALUE self);
+
+VALUE
notmuch_rb_message_get_flag(VALUE self, VALUE flagv);
VALUE