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
|
@ -38,13 +38,12 @@
|
|||
#include "nat.h"
|
||||
#include "file.h"
|
||||
#include "commands.h"
|
||||
#include "server.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
int
|
||||
shut(void)
|
||||
{
|
||||
extern int update_pending;
|
||||
extern int shutdown_pending;
|
||||
int shutdown_minutes;
|
||||
int shutdown_was_pending;
|
||||
s_char buf[100];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue