X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=bd9d27476a4406d88ecf86f9b6543cc6800c6587;hp=39fc47572b9053c6c98f93c6283e2f6a97cc4e13;hb=d0b844b358f7bb7bc7c6f152223577efcebfc89b;hpb=9b568e73e1afc211306d18dac3d27df4a07a0fdd diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 39fc4757..bd9d2747 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -583,6 +583,9 @@ _notmuch_string_list_append (notmuch_string_list_t *list, void _notmuch_string_list_sort (notmuch_string_list_t *list); +const notmuch_string_list_t * +_notmuch_message_get_references(notmuch_message_t *message); + /* string-map.c */ typedef struct _notmuch_string_map notmuch_string_map_t; typedef struct _notmuch_string_map_iterator notmuch_string_map_iterator_t;