]> git.cworth.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: add filenames helper
[notmuch] / bindings / ruby / defs.h
index 027408a1e501ee2c2e3e4656bea1fd5c03c754f2..97aea25d8ba2bd4128ad6d8eab422df392d4bc14 100644 (file)
@@ -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);