]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/wantupd.c
Declare all configuration parameters in optlist.h. Remove some
[empserver] / src / lib / common / wantupd.c
index 7dd84c86a5e51d01d36e93ae38c11d39a7b3211b..0eea044218f7ff112d68241f6cad705382420f57 100644 (file)
@@ -374,7 +374,6 @@ next_update_check_time(time_t * now, time_t * tim, time_t * delta)
 int
 updates_disabled(void)
 {
-    extern s_char *disablefil;
     int fd;
 
     if ((fd = open(disablefil, O_RDONLY, 0)) < 0)