]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database-private.h
lib: isolate n_d_add_message and helper functions into own file
[notmuch] / lib / database-private.h
index 727b1d616f248f6aa3c5662985e0f69048a3c700..5555554bf27c8b896655cbe98e4fd35be19fec87 100644 (file)
@@ -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