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
|
@ -40,12 +40,12 @@
|
|||
#include <stdio.h>
|
||||
#include "prototypes.h"
|
||||
#include "optlist.h"
|
||||
#include "server.h"
|
||||
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
mobility_check(void *argv)
|
||||
{
|
||||
extern int updating_mob;
|
||||
struct mob_acc_globals timestamps;
|
||||
time_t now;
|
||||
FILE *fp;
|
||||
|
@ -93,7 +93,6 @@ mobility_check(void *argv)
|
|||
void
|
||||
mobility_init(void)
|
||||
{
|
||||
extern int updating_mob;
|
||||
struct mob_acc_globals timestamps;
|
||||
time_t now;
|
||||
time_t lastsavedtime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue