X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fdatabase-private.h;h=5555554bf27c8b896655cbe98e4fd35be19fec87;hb=4fdabd636e1b0417bb40c71bdce64e18f0f347e2;hp=727b1d616f248f6aa3c5662985e0f69048a3c700;hpb=1ec634461ea25d87cc16dbeb1318f8e30a07c9f1;p=notmuch diff --git a/lib/database-private.h b/lib/database-private.h index 727b1d61..5555554b 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -246,4 +246,10 @@ _notmuch_database_get_terms_with_prefix (void *ctx, Xapian::TermIterator &i, Xapian::TermIterator &end, const char *prefix); +void +_notmuch_database_find_doc_ids (notmuch_database_t *notmuch, + const char *prefix_name, + const char *value, + Xapian::PostingIterator *begin, + Xapian::PostingIterator *end); #endif