]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/disa.c
Declare all configuration parameters in optlist.h. Remove some
[empserver] / src / lib / commands / disa.c
index 6ba41b81f0a03bff6dcc6fc6615cf3b8c4ad37f0..ae9bdcc5fe09efd465a6e26d98c3fbdfa64cebb1 100644 (file)
 #include <fcntl.h>
 #include "misc.h"
 #include "commands.h"
+#include "optlist.h"
 
 int
 disa(void)
 {
-    extern s_char *disablefil;
     int fd;
 
     if ((fd = open(disablefil, O_RDWR | O_CREAT | O_TRUNC, 0660)) < 0)