(getminleft): Parameter hours unused since the previous rev., remove.
Change parameter mpd from int * to int, because its only use is *mpd as r-value. Callers changed.
This commit is contained in:
parent
05acaece48
commit
2df3f002e1
3 changed files with 5 additions and 8 deletions
|
@ -254,7 +254,7 @@ extern void init_player_commands(void);
|
|||
extern void log_last_commands(void);
|
||||
extern int gamedown(void);
|
||||
extern void daychange(time_t);
|
||||
extern int getminleft(time_t, int *, int *);
|
||||
extern int getminleft(time_t, int);
|
||||
/* more in commands.h */
|
||||
/* empmod.c */
|
||||
/* init_nats.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue