]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: split database close and destroy
[notmuch] / bindings / ruby / defs.h
index 0f39f2d0880efdfff365a0322987b50550bdea67..a33ef0da69d392467e64d747dae447f2adddf212 100644 (file)
@@ -160,6 +160,9 @@ notmuch_rb_status_raise (notmuch_status_t status);
 VALUE
 notmuch_rb_database_alloc (VALUE klass);
 
+VALUE
+notmuch_rb_database_destroy (VALUE self);
+
 VALUE
 notmuch_rb_database_initialize (int argc, VALUE *argv, VALUE klass);