X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=5555554bf27c8b896655cbe98e4fd35be19fec87;hb=0082a55785a5ae64da22fe72af6c0ae928f13c03;hp=ab3d9691247fdefdee4ec0f370908f0e11b377af;hpb=31b8ce4558de69860c95bf319a0a162316dce6c6;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index ab3d9691..5555554b 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -38,8 +38,6 @@ #include -#pragma GCC visibility push(hidden) - /* Bit masks for _notmuch_database::features. Features are named, * independent aspects of the database schema. * @@ -248,6 +246,10 @@ _notmuch_database_get_terms_with_prefix (void *ctx, Xapian::TermIterator &i, Xapian::TermIterator &end, const char *prefix); -#pragma GCC visibility pop - +void +_notmuch_database_find_doc_ids (notmuch_database_t *notmuch, + const char *prefix_name, + const char *value, + Xapian::PostingIterator *begin, + Xapian::PostingIterator *end); #endif