X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fquery.cc;h=6f02b04b95dc81def0c240a055b95ea7917153b8;hb=b825bce61d24963f5b9c9c94d89e306640ac104b;hp=07e695b950aeddb3f11b875639f498da1db4d871;hpb=42b0409f8e27a3e9008b5735f397e67152893cfa;p=notmuch diff --git a/lib/query.cc b/lib/query.cc index 07e695b9..6f02b04b 100644 --- a/lib/query.cc +++ b/lib/query.cc @@ -44,7 +44,7 @@ struct _notmuch_doc_id_set { #define DOCIDSET_WORD(bit) ((bit) / sizeof (unsigned int)) #define DOCIDSET_BIT(bit) ((bit) % sizeof (unsigned int)) -struct _notmuch_threads { +struct visible _notmuch_threads { notmuch_query_t *query; /* The ordered list of doc ids matched by the query. */