]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
Remove the talloc_owner argument from create_for_message_id.
[notmuch] / lib / notmuch-private.h
index 6036ce4a63a023399340d6d91c355b785744a38c..c398c80add1f840d492a254aed53238b7e97d5af 100644 (file)
@@ -167,8 +167,7 @@ _notmuch_message_create (const void *talloc_owner,
                         notmuch_private_status_t *status);
 
 notmuch_message_t *
                         notmuch_private_status_t *status);
 
 notmuch_message_t *
-_notmuch_message_create_for_message_id (const void *talloc_owner,
-                                       notmuch_database_t *notmuch,
+_notmuch_message_create_for_message_id (notmuch_database_t *notmuch,
                                        const char *message_id,
                                        notmuch_private_status_t *status);
 
                                        const char *message_id,
                                        notmuch_private_status_t *status);