Move realms from the nation file into a new realms file:
(boundstr, realmstr): Rename, new members ef_type, r_cnum, r_uid, r_realm, r_timestamp. (natstr): Remove member nat_b[]. (EF_REALM, realm_ca): New. (empfile): Add it. (ef_open_srv, ef_close_srv, main): Deal with new file. (getrealm, putrealm): New. (add, new, real, list_realm, sarg_getrange): Use them.
This commit is contained in:
parent
04a8b84592
commit
45adbdb00e
11 changed files with 94 additions and 34 deletions
|
@ -212,6 +212,7 @@ extern struct castr lost_ca[];
|
|||
extern struct castr commodity_ca[];
|
||||
extern struct castr trade_ca[];
|
||||
extern struct castr nat_ca[];
|
||||
extern struct castr realm_ca[];
|
||||
extern struct castr intrchr_ca[];
|
||||
extern struct castr rpt_ca[];
|
||||
extern struct castr empfile_ca[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue