From 65d278afb1174a4005a613cca8c306289b195876 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 23 Apr 2010 09:19:52 -0700 Subject: Sprinkle some const-correctness around new_tags. To eliminate a compiler warning. --- notmuch-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-client.h') 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 -- cgit v1.2.3