X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=html.h;fp=html.h;h=4b888ab884ecfd24f21c53614290cd4990362d5c;hp=2ceaff7342c7afe29089c87b7776e5c3475c86ab;hb=d4ce927726126b21edf8d0c9cfab17daef9d175f;hpb=352fed8baab2babe08b81df7a34f808e362db1af diff --git a/html.h b/html.h index 2ceaff7..4b888ab 100644 --- 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);