To eliminate a compiler warning.
const char *other_email[],
size_t length);
-char **
+const char **
notmuch_config_get_new_tags (notmuch_config_t *config,
size_t *length);
void
char *user_primary_email;
char **user_other_email;
size_t user_other_email_length;
- char **new_tags;
+ const char **new_tags;
size_t new_tags_length;
};
config->user_other_email = NULL;
}
-char **
+const char **
notmuch_config_get_new_tags (notmuch_config_t *config,
size_t *length)
{
typedef struct {
int output_is_a_tty;
int verbose;
- char **new_tags;
+ const char **new_tags;
size_t new_tags_length;
int total_files;