Addressed several compiler warnings.
This commit is contained in:
@@ -60,9 +60,6 @@ void game_loop(socket_t mother_desc);
|
||||
void heartbeat(int heart_pulse);
|
||||
void copyover_recover(void);
|
||||
|
||||
/* global buffering system - allow access to global variables within comm.c */
|
||||
#ifndef __COMM_C__
|
||||
|
||||
/** webster dictionary lookup */
|
||||
extern long last_webster_teller;
|
||||
|
||||
@@ -80,6 +77,4 @@ extern ush_int port;
|
||||
extern socket_t mother_desc;
|
||||
extern int next_tick;
|
||||
|
||||
#endif /* __COMM_C__ */
|
||||
|
||||
#endif /* _COMM_H_ */
|
||||
|
||||
Reference in New Issue
Block a user