]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
Mark some structures in the library interface with visibility=default attribute.
[notmuch] / lib / message.cc
index a5a65e21701b49530ac755ab4be6e6e9d3acae72..4b59fa9133f9cc45227bc8fbb63e0baeb3f7e7f3 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <gmime/gmime.h>
 
-struct _notmuch_message {
+struct visible _notmuch_message {
     notmuch_database_t *notmuch;
     Xapian::docid doc_id;
     int frozen;