]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: add private function to extract the database for a message.
[notmuch] / lib / notmuch-private.h
index 7cb6fd49d890bf9b5f718c4bf36a9e32bdc0aad2..dc58a2fd9cfaa94b3fecce214ee77a17f92af260 100644 (file)
@@ -472,6 +472,8 @@ _notmuch_doc_id_set_remove (notmuch_doc_id_set_t *doc_ids,
 void
 _notmuch_message_add_reply (notmuch_message_t *message,
                            notmuch_message_t *reply);
 void
 _notmuch_message_add_reply (notmuch_message_t *message,
                            notmuch_message_t *reply);
+notmuch_database_t *
+_notmuch_message_database (notmuch_message_t *message);
 
 /* sha1.c */
 
 
 /* sha1.c */