]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/turn.c
Declare all configuration parameters in optlist.h. Remove some
[empserver] / src / lib / commands / turn.c
index 158f5c178f7fc77f682f4c85641059f4f3b4f166..d5cfa84fc7e9372209628991eddd087f9425e5ee 100644 (file)
 #include "player.h"
 #include "tel.h"
 #include "commands.h"
+#include "optlist.h"
 
 #include <fcntl.h>
 
 int
 turn(void)
 {
-    extern s_char *upfil;
-    extern s_char *downfil;
     int fd;
     struct telstr tgm;
     register s_char *p;