Declare all configuration parameters in optlist.h. Remove some
redundant declarations elsewhere.
This commit is contained in:
parent
6b67276f4f
commit
966eb40899
13 changed files with 65 additions and 58 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue