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 f00afeff..a0303169 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -151,6 +151,12 @@ VALUE
notmuch_rb_database_upgrade(VALUE self);
VALUE
+notmuch_rb_database_begin_atomic(VALUE self);
+
+VALUE
+notmuch_rb_database_end_atomic(VALUE self);
+
+VALUE
notmuch_rb_database_get_directory(VALUE self, VALUE pathv);
VALUE