]> Pileus Git - ~andy/aweather-web/blobdiff - html.h
Add RSL page, misc fixes
[~andy/aweather-web] / html.h
diff --git a/html.h b/html.h
index dd58b8488613b83b92e805d6324f077ce69483e6..6993664a1de045455b580f734051f33bc0e80b4b 100644 (file)
--- a/html.h
+++ b/html.h
@@ -14,7 +14,7 @@ typedef struct {
 
 /* Data */
 extern page_t header[];
-extern page_t grits[];
+extern page_t other[];
 extern page_t footer[];
 extern page_t special[];
 
@@ -29,6 +29,7 @@ void print_screenshots(void);
 void print_download(void);
 void print_development(void);
 void print_grits(void);
+void print_rsl(void);
 
 void print_contact(void);
 void print_legal(void);