X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=html.h;h=254695ccba74e5b2e7dd5bfd568275dd26c126d8;hp=33676506a2a87d12866bd94823ad66cd714d7d54;hb=61fb4b6e914bea7713f072876ee221d755a7d016;hpb=c4bb50cd4c6af50a0344b967abb718c29ab71a30 diff --git a/html.h b/html.h index 3367650..254695c 100644 --- a/html.h +++ b/html.h @@ -25,6 +25,7 @@ #define DEBIAN_HOME "http://packages.debian.org/unstable/aweather" #define UBUNTU_HOME "http://packages.ubuntu.com/oneiric/science/aweather" +#define ARCH_HOME "http://aur.archlinux.org/packages.php?ID=52003" #define PREFIX "http://lug.rose-hulman.edu/proj/aweather/" @@ -51,6 +52,7 @@ void print_page(const page_t *which); /* Pages */ void print_about(void); void print_news(void); +void print_oldnews(void); void print_screenshots(void); void print_download(void); void print_development(void);