(EF_PAGE_HEADINGS, page_headings_symbols, M_NOTUSED): New.
(empfile): Add it. (rpt_ca): Use it.
This commit is contained in:
parent
1bca66c061
commit
f438b74e85
6 changed files with 24 additions and 2 deletions
|
@ -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)},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue