]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/upda.c
Declare all configuration parameters in optlist.h. Remove some
[empserver] / src / lib / commands / upda.c
index 4541b2ee1f16b40c3a1aebd4d8f89cd338834056..0bd8c59b7a2ca10305a98fe66688ba0339e2ca3b 100644 (file)
@@ -37,7 +37,6 @@
 #include "player.h"
 #include "commands.h"
 #include "optlist.h"
-
 #include "keyword.h"
 #include "wantupd.h"
 
@@ -51,7 +50,6 @@ upda(void)
     FILE *fp;
     struct mob_acc_globals timestamps;
     extern int updating_mob;
-    extern s_char *timestampfil;
 
     if (opt_MOB_ACCESS) {
 #if !defined(_WIN32)