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
|
@ -55,8 +55,6 @@
|
|||
#include "lost.h"
|
||||
#include "gen.h"
|
||||
|
||||
extern float levels[MAXNOC][4];
|
||||
|
||||
int
|
||||
dodeliver(struct sctstr *sp, int *vec)
|
||||
{
|
||||
|
@ -201,8 +199,6 @@ enlist(register int *vec, int etu, int *cost)
|
|||
|
||||
/* Fallout is calculated here. */
|
||||
|
||||
extern int melt_item_denom[];
|
||||
|
||||
static void
|
||||
meltitems(int etus, int fallout, int own, int *vec, int type, int x, int y,
|
||||
int uid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue