X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdirectory.cc;h=2540ca7647fa99e976593d052fed6b55437c9380;hp=5d673e2134d058b8010d96d9783d187e765b96a0;hb=d064bd696ccc443a7ece9cfc8816999c69943223;hpb=98845fdbb2a4acaa0036f8e2e998e726b18e6b13 diff --git a/lib/directory.cc b/lib/directory.cc index 5d673e21..2540ca76 100644 --- a/lib/directory.cc +++ b/lib/directory.cc @@ -21,8 +21,6 @@ #include "notmuch-private.h" #include "database-private.h" -#include - struct _notmuch_filenames { Xapian::TermIterator iterator; Xapian::TermIterator end; @@ -52,7 +50,7 @@ _notmuch_filenames_destructor (notmuch_filenames_t *filenames) * iterating over the non-prefixed portion of terms sharing a common * prefix. */ -notmuch_filenames_t * +static notmuch_filenames_t * _notmuch_filenames_create (void *ctx, notmuch_database_t *notmuch, const char *prefix)