diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2023-03-27 15:59:40 -0600 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-04-12 07:05:23 -0300 |
| commit | 777b02a7d7b922bcae08af1c16e475051ec7d8f3 (patch) | |
| tree | 25308f0978cf513af0310ed1e973c33e7ba4afa7 /bindings/ruby/defs.h | |
| parent | a554690d6af0ac8cb55166a20efd0f449abde389 (diff) | |
ruby: add filenames helper
Right now it doesn't do much, but it will help for further
reorganization.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'bindings/ruby/defs.h')
| -rw-r--r-- | bindings/ruby/defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ -225,6 +225,9 @@ 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); VALUE |
