New server.h for server startup, control and shutdown, i.e. stuff in
src/server. Use it.
This commit is contained in:
parent
8115388a58
commit
22a356b1e1
19 changed files with 73 additions and 24 deletions
|
@ -46,8 +46,8 @@
|
|||
#include "gen.h"
|
||||
#include "subs.h"
|
||||
#include "optlist.h"
|
||||
#include "server.h"
|
||||
|
||||
extern int update_pending;
|
||||
|
||||
int updating_mob = 1;
|
||||
|
||||
|
@ -65,7 +65,6 @@ increase_mob(time_t * counter, float mult)
|
|||
time_t secs;
|
||||
time_t now;
|
||||
time_t left;
|
||||
extern int updating_mob;
|
||||
int newetus;
|
||||
float newmob;
|
||||
int inewmob;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue