(show_news, news, empfile[], page_headings[], page_headings_symbols[]):

Change page_headings[] to struct symbol and removed
page_headings_symbols[].
This commit is contained in:
Ron Koenderink 2006-01-30 22:26:48 +00:00
parent 426eece569
commit 7b9fdf8b95
7 changed files with 19 additions and 34 deletions

View file

@ -238,7 +238,6 @@ extern struct symbol plague_stages[];
extern struct symbol packing[];
extern struct symbol resources[];
extern struct symbol sector_navigation[];
extern struct symbol page_headings_symbols[];
/* src/lib/subs/nstr.c */
extern int nstr_comp(struct nscstr *np, int len, int type, char *str);