aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-23 09:19:52 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-23 09:19:52 -0700
commit65d278afb1174a4005a613cca8c306289b195876 (patch)
treeecc5dcf4489979e7efc5a2e8dc14742dda71de14 /notmuch-client.h
parent143d43687410aefec7988e2d785a63c60c6062b5 (diff)
Sprinkle some const-correctness around new_tags.
To eliminate a compiler warning.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index bd75211e..20be43b9 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -183,7 +183,7 @@ notmuch_config_set_user_other_email (notmuch_config_t *config,
const char *other_email[],
size_t length);
-char **
+const char **
notmuch_config_get_new_tags (notmuch_config_t *config,
size_t *length);
void