X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=a03031699b51cb31779dcd3aecae0b2e516fc668;hp=f00afeff736dc74be033b3427b54dbcb2dc1c4c5;hb=bbb41081d797c3301e4d202e30c4111207fe7693;hpb=a08aa32b44b28f50f00cbd69e1a39023158f1847 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 @@ -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);