]> Pileus Git - ~andy/aweather-web/blobdiff - html.h
Bump RSL version
[~andy/aweather-web] / html.h
diff --git a/html.h b/html.h
index a1b6fc55a56bc048dda7b3e21717579db2a6c68b..650b2b0069c04b97ed4f15830b2a20439e5049f5 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 */
@@ -26,7 +26,7 @@
 #define GW_PKG        "/git/?p=~spenceal/aweather-pkg"
 #define GW_WEB        "/git/?p=~spenceal/aweather-web"
 
-#define RSL_TAR       "rsl-v1.42.tar.gz"
+#define RSL_TAR       "rsl-v1.43.tar.gz"
 #define RSL_WEB       "http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/"
 #define RSL_FTP       "ftp://trmm-fc.gsfc.nasa.gov/software/"
 
@@ -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);