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
|
@ -53,8 +53,6 @@
|
|||
#include "optlist.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
extern int etu_per_update;
|
||||
|
||||
int
|
||||
attack_val(int combat_mode, struct lndstr *lp)
|
||||
{
|
||||
|
@ -934,7 +932,6 @@ static int
|
|||
lnd_fort_interdiction(struct emp_qelem *list,
|
||||
coord newx, coord newy, natid victim)
|
||||
{
|
||||
extern int fort_max_interdiction_range;
|
||||
struct nstr_sect ns;
|
||||
struct sctstr fsect;
|
||||
int trange;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue