]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: Wrap notmuch_database_{begin,end}_atomic
[notmuch] / bindings / ruby / defs.h
index f00afeff736dc74be033b3427b54dbcb2dc1c4c5..a03031699b51cb31779dcd3aecae0b2e516fc668 100644 (file)
@@ -150,6 +150,12 @@ notmuch_rb_database_needs_upgrade(VALUE self);
 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);