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
|
@ -56,8 +56,8 @@ struct loststr {
|
|||
|
||||
/* src/lib/subs/lostsub.c */
|
||||
extern void lost_and_found(int, natid, natid, int, coord, coord);
|
||||
extern void makelost(short, natid, short, coord, coord);
|
||||
extern void makenotlost(short, natid, short, coord, coord);
|
||||
extern void makelost(int, natid, short, coord, coord);
|
||||
extern void makenotlost(int, natid, short, coord, coord);
|
||||
extern void delete_old_lostitems(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue