X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=7bf153e03fcd1b35bcc697f505e9d6441ecef9c4;hp=60a932fc936324fc39fedb3b736d86aeaa4857e5;hb=3b76adf9e2c026dd03b820f4c6eab50e25444113;hpb=567bcbc294b3aed632d18eb22056840292bdeb1e diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 60a932fc..7bf153e0 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -458,7 +458,7 @@ typedef struct _notmuch_string_node { struct _notmuch_string_node *next; } notmuch_string_node_t; -typedef struct _notmuch_string_list { +typedef struct visible _notmuch_string_list { int length; notmuch_string_node_t *head; notmuch_string_node_t **tail;