]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/shut.c
New server.h for server startup, control and shutdown, i.e. stuff in
[empserver] / src / lib / commands / shut.c
index 1a0c299eb000d6e21fbc5b12d0901bbef1300cae..7af864641074235aa5872811fe76192f2a0ae220 100644 (file)
 #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];