X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=lib%2Fnotmuch-private.h;h=f38ccb39b1ecfcbc5884341fc4024f50762665e4;hb=268666a071db33c5ce6a01b052d9a19c184e10f6;hp=7a409f54ca5a08b4de81b39cb652984c330ae758;hpb=faf6ede3ef7b09df0d61264cb7a907860d69abbb;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 7a409f54..f38ccb39 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -428,10 +428,6 @@ struct visible _notmuch_messages { notmuch_message_list_t * _notmuch_message_list_create (const void *ctx); -void -_notmuch_message_list_append (notmuch_message_list_t *list, - notmuch_message_node_t *node); - void _notmuch_message_list_add_message (notmuch_message_list_t *list, notmuch_message_t *message); @@ -462,7 +458,7 @@ _notmuch_doc_id_set_remove (notmuch_doc_id_set_t *doc_ids, void _notmuch_message_add_reply (notmuch_message_t *message, - notmuch_message_node_t *reply); + notmuch_message_t *reply); /* sha1.c */