]> Pileus Git - ~andy/aweather-web/blobdiff - html.h
Add consts
[~andy/aweather-web] / html.h
diff --git a/html.h b/html.h
index 2ceaff7342c7afe29089c87b7776e5c3475c86ab..4b888ab884ecfd24f21c53614290cd4990362d5c 100644 (file)
--- a/html.h
+++ b/html.h
@@ -50,10 +50,10 @@ typedef struct {
 } page_t;
 
 /* Data */
-extern page_t header[];
-extern page_t other[];
-extern page_t footer[];
-extern page_t special[];
+const extern page_t header[];
+const extern page_t other[];
+const extern page_t footer[];
+const extern page_t special[];
 
 /* Global functions */
 void print_file(char *file);