Don't declare things in more than one place. Move some declarations
between headers. Code is now fully prototyped and compiles cleanly with gcc -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wredundant-decls. Closes #723788.
This commit is contained in:
parent
46da1aec7a
commit
c1be5d8657
18 changed files with 35 additions and 270 deletions
|
@ -41,9 +41,9 @@ extern time_t update_time;
|
|||
extern int updating_mob;
|
||||
|
||||
void mobility_init(void);
|
||||
void shutdown_init(void);
|
||||
|
||||
/* thread entry points */
|
||||
void player_accept(void *);
|
||||
void delete_lostitems(void *);
|
||||
void market_update(void *);
|
||||
void mobility_check(void *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue