X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;fp=bindings%2Fruby%2Fdefs.h;h=a33ef0da69d392467e64d747dae447f2adddf212;hp=0f39f2d0880efdfff365a0322987b50550bdea67;hb=7415b53fa568a3156ae3e3a47544a4784e024653;hpb=e8fa42a97a2e98fecb5cabdbeac6c7ad0b936b7d diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 0f39f2d0..a33ef0da 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -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);