Add some missing declarations to headers. Remove some redundant
declarations elsewhere. Change linkage of some functions to static.
This commit is contained in:
parent
e7811102a3
commit
4a3f0b8146
43 changed files with 72 additions and 169 deletions
|
@ -205,6 +205,10 @@ extern long last_demand_update;
|
|||
|
||||
/* Game parameters that cannot be set in econfig (yet) */
|
||||
extern int melt_item_denom[];
|
||||
extern float start_education;
|
||||
extern float start_happiness;
|
||||
extern float start_technology;
|
||||
extern float start_research;
|
||||
#ifdef START_UNITS
|
||||
int start_unit_type[];
|
||||
#endif
|
||||
|
@ -219,6 +223,7 @@ extern s_char *commfil;
|
|||
extern s_char *banfil;
|
||||
extern s_char *authfil;
|
||||
extern s_char *timestampfil;
|
||||
/* teldir, telfil, annfil are in tel.h */
|
||||
|
||||
struct keymatch {
|
||||
s_char *km_key; /* the key */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue