]> git.pond.sub.org Git - empserver/blobdiff - src/lib/player/dispatch.c
New server.h for server startup, control and shutdown, i.e. stuff in
[empserver] / src / lib / player / dispatch.c
index 3ee407c0b9d9729356eed211d67f6f8dfb23ea6a..283dc0969d3f16cc44ebe6221bc6bd15eb2f54a6 100644 (file)
 #include "optlist.h"
 #include "subs.h"
 #include "common.h"
+#include "server.h"
 
 int
 dispatch(s_char *buf, s_char *redir)
 {
     extern struct cmndstr player_coms[];
-    extern int update_pending;
     struct natstr *np;
     struct cmndstr *command;
     int cmd;