From 6c5054ebee5beb72c22d91a57c66b8ecdc65f7bf Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 21 Oct 2009 15:37:51 -0700 Subject: database: Add new notmuch_database_find_message With this function, and the recently added support for notmuch_message_get_thread_ids, we now recode the find_thread_ids function to work just the way we expect a user of the public notmuch API to work. Not too bad really. --- notmuch-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-private.h') diff --git a/notmuch-private.h b/notmuch-private.h index 3e83c5c3..e64e92ff 100644 --- a/notmuch-private.h +++ b/notmuch-private.h @@ -84,7 +84,7 @@ typedef enum { /* message.cc */ notmuch_message_t * -_notmuch_message_create (notmuch_results_t *owner, +_notmuch_message_create (const void *talloc_owner, notmuch_database_t *notmuch, unsigned int doc_id); -- cgit v1.2.3