X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=97aea25d8ba2bd4128ad6d8eab422df392d4bc14;hb=777b02a7d7b922bcae08af1c16e475051ec7d8f3;hp=027408a1e501ee2c2e3e4656bea1fd5c03c754f2;hpb=a554690d6af0ac8cb55166a20efd0f449abde389;p=notmuch-old diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 027408a1..97aea25d 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -224,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);