X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=97aea25d8ba2bd4128ad6d8eab422df392d4bc14;hb=777b02a7d7b922bcae08af1c16e475051ec7d8f3;hp=9454658b96bd28fe08105afa4b464ad9492bb953;hpb=ae1336dea5cc6a221699fff260d8b44cee677f77;p=notmuch diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 9454658b..97aea25d 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -33,7 +33,6 @@ extern VALUE notmuch_rb_cThreads; extern VALUE notmuch_rb_cThread; extern VALUE notmuch_rb_cMessages; extern VALUE notmuch_rb_cMessage; -extern VALUE notmuch_rb_cTags; extern VALUE notmuch_rb_eBaseError; extern VALUE notmuch_rb_eDatabaseError; @@ -225,6 +224,9 @@ VALUE notmuch_rb_directory_get_child_directories (VALUE self); /* filenames.c */ +VALUE +notmuch_rb_filenames_get (notmuch_filenames_t *fnames); + VALUE notmuch_rb_filenames_destroy (VALUE self); @@ -372,12 +374,6 @@ notmuch_rb_message_thaw (VALUE self); VALUE notmuch_rb_tags_get (notmuch_tags_t *tags); -VALUE -notmuch_rb_tags_destroy (VALUE self); - -VALUE -notmuch_rb_tags_each (VALUE self); - /* init.c */ void Init_notmuch (void);