X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=c398c80add1f840d492a254aed53238b7e97d5af;hp=6036ce4a63a023399340d6d91c355b785744a38c;hb=24a25ffba98c1c34d92cefb9e23dd44e3be76126;hpb=387828c4356416278fdac8446c904fe4c5ad283d diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 6036ce4a..c398c80a 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -167,8 +167,7 @@ _notmuch_message_create (const void *talloc_owner, 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);