]> git.pond.sub.org Git - empserver/blobdiff - src/lib/player/player.c
Declare all configuration parameters in optlist.h. Remove some
[empserver] / src / lib / player / player.c
index 90ee70af590215fdd5bd5d96cdea6af994e0f6d6..a1746a46ca886640ef18bb501a5d4b7fd23b88d7 100644 (file)
@@ -51,6 +51,7 @@
 #include "gen.h"
 #include "subs.h"
 #include "common.h"
+#include "optlist.h"
 
 #if !defined(_WIN32)
 #include <unistd.h>
@@ -65,7 +66,6 @@ extern int m_m_p_d;
 void
 player_main(struct player *p)
 {
-    extern s_char *authfil;
     struct natstr *natp;
     int hour[2];
     int secs;
@@ -347,7 +347,6 @@ execute(void)
 int
 show_motd(void)
 {
-    extern s_char *upfil;
     int upf;
     struct telstr tgm;
     s_char buf[MAXTELSIZE];