X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-private.h;h=d257f2b92c52294efe235d3d6377ce9750c82f72;hp=aac67b2e4bcf51737bb9b5be6452380f3b5fc33f;hb=1ba3d46f;hpb=cd467cafb5eee180661ebc14e0fb71426e67c855 diff --git a/notmuch-private.h b/notmuch-private.h index aac67b2e..d257f2b9 100644 --- a/notmuch-private.h +++ b/notmuch-private.h @@ -137,6 +137,13 @@ typedef enum _notmuch_private_status { : \ (notmuch_status_t) private_status) +/* thread.cc */ + +notmuch_thread_t * +_notmuch_thread_create (const void *talloc_owner, + notmuch_database_t *notmuch, + const char *thread_id); + /* message.cc */ notmuch_message_t *