New server.h for server startup, control and shutdown, i.e. stuff in

src/server.  Use it.
This commit is contained in:
Markus Armbruster 2004-02-19 19:02:30 +00:00
parent 8115388a58
commit 22a356b1e1
19 changed files with 73 additions and 24 deletions

View file

@ -43,6 +43,7 @@
#include "file.h"
#include "commands.h"
#include "optlist.h"
#include "server.h"
#include "prototypes.h"
#include <stdio.h>
@ -52,7 +53,6 @@ mobupdate(void)
{
FILE *fp;
long minites;
extern int updating_mob;
struct mob_acc_globals timestamps;
long now;