]> Pileus Git - ~andy/aweather-web/blobdiff - html.h
Add consts
[~andy/aweather-web] / html.h
diff --git a/html.h b/html.h
index a1b6fc55a56bc048dda7b3e21717579db2a6c68b..4b888ab884ecfd24f21c53614290cd4990362d5c 100644 (file)
--- a/html.h
+++ b/html.h
@@ -4,7 +4,7 @@
 #define VERSION_WIN   "0.7"
 #define VERSION_MAC   "0.7"
 
-#define VERSION_DESC  "Version " VERSION " a GPS tracking plugin for Linux " \
+#define VERSION_DESC  "Version " VERSION " adds a GPS tracking plugin for Linux " \
                       "along with various other updates and bug fixes"
 
 /* Link info */
@@ -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);