Consistently use int for file type parameters and locals
This commit is contained in:
parent
60519b3cd0
commit
c0ed527311
7 changed files with 13 additions and 13 deletions
|
@ -74,8 +74,8 @@ extern char *prsub(struct shpstr *);
|
|||
extern int check_trade(void);
|
||||
extern int ontradingblock(int, void *);
|
||||
extern void trdswitchown(int, void *, int);
|
||||
extern int do_look(short);
|
||||
extern int radar(short);
|
||||
extern int do_look(int);
|
||||
extern int radar(int);
|
||||
extern void update_power(void);
|
||||
extern int show_first_tel(char *);
|
||||
/* Commands */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue