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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h
index 44f6e321..308a2073 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -167,6 +167,12 @@ VALUE
notmuch_rb_database_remove_message (VALUE self, VALUE pathv);
VALUE
+notmuch_rb_database_find_message (VALUE self, VALUE idv);
+
+VALUE
+notmuch_rb_database_find_message_by_filename (VALUE self, VALUE pathv);
+
+VALUE
notmuch_rb_database_query_create (VALUE self, VALUE qstrv);
/* directory.c */