]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-new.c
lib: Add GCC visibility(hidden) pragmas to private header files.
[notmuch] / notmuch-new.c
index 6432c664ead174929c3066b3e9d3f94edac563fe..8818728f69c37eba3445ed240bbd49e3d6c172d6 100644 (file)
@@ -35,7 +35,7 @@ typedef struct _filename_list {
 typedef struct {
     int output_is_a_tty;
     int verbose;
-    char **new_tags;
+    const char **new_tags;
     size_t new_tags_length;
 
     int total_files;