]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: Add support for automatically excluding tags from queries
[notmuch] / lib / notmuch-private.h
index 60a932fc936324fc39fedb3b736d86aeaa4857e5..7bf153e03fcd1b35bcc697f505e9d6441ecef9c4 100644 (file)
@@ -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;