summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content.h b/content/content.h
index a44d36782..2161a07f9 100644
--- a/content/content.h
+++ b/content/content.h
@@ -266,8 +266,8 @@ struct content {
};
extern struct content *content_list;
-extern const char *content_type_name[];
-extern const char *content_status_name[];
+extern const char * const content_type_name[];
+extern const char * const content_status_name[];
content_type content_lookup(const char *mime_type);