(EF_PAGE_HEADINGS, page_headings_symbols, M_NOTUSED): New.

(empfile): Add it.
(rpt_ca): Use it.
This commit is contained in:
Ron Koenderink 2006-01-29 18:40:11 +00:00
parent 1bca66c061
commit f438b74e85
6 changed files with 24 additions and 2 deletions

View file

@ -191,6 +191,8 @@ struct empfile empfile[] = {
PTR_CACHE(nation_status, EFF_CFG)},
{EF_SECTOR_NAVIGATION, "sector-navigation", NULL, symbol_ca,
PTR_CACHE(sector_navigation, EFF_CFG)},
{EF_PAGE_HEADINGS, "page-headings", NULL, symbol_ca,
PTR_CACHE(page_headings_symbols, EFF_CFG)},
/* Views */
{EF_COUNTRY, "country", NULL, cou_ca, UNMAPPED_CACHE(struct natstr, 0)},