]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/mobility.c
New server.h for server startup, control and shutdown, i.e. stuff in
[empserver] / src / lib / update / mobility.c
index 54080b058960189244e316d3aa7c3f7aea535a66..3157cbd872fc066410af03e7c8828d72586f041c 100644 (file)
@@ -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;