(nxtitemp): Remove last parameter. Non-zero argument doesn't make
sense and is never passed. Callers changed.
This commit is contained in:
parent
e27724fbc9
commit
9b28594b5b
4 changed files with 10 additions and 16 deletions
|
@ -771,7 +771,7 @@ extern int load_it(struct shpstr *, struct sctstr *,
|
|||
extern void unload_it(struct shpstr *);
|
||||
extern void auto_fuel_ship(struct shpstr *);
|
||||
/* nxtitemp.c */
|
||||
extern s_char *nxtitemp(struct nstr_item *, int);
|
||||
extern s_char *nxtitemp(struct nstr_item *);
|
||||
/* nxtsctp.c */
|
||||
extern struct sctstr *nxtsctp(register struct nstr_sect *);
|
||||
/* plague.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue