aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-21 15:37:51 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-21 15:40:20 -0700
commit6c5054ebee5beb72c22d91a57c66b8ecdc65f7bf (patch)
tree7a081e37908a868ca0f25adb87dd4e6e31fcef54 /notmuch-private.h
parent8ad4350fef132b016bbab5eeb1c4a713e51035c6 (diff)
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.
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h2
1 files changed, 1 insertions, 1 deletions
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);