]> git.notmuchmail.org Git - notmuch/blobdiff - lib/query.cc
Mark some structures in the library interface with visibility=default attribute.
[notmuch] / lib / query.cc
index 07e695b950aeddb3f11b875639f498da1db4d871..6f02b04b95dc81def0c240a055b95ea7917153b8 100644 (file)
@@ -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. */