options.c (xinetd-2.3.15) | : | options.c (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
#include <string.h> | #include <string.h> | |||
#include "str.h" | #include "str.h" | |||
#include "sio.h" | #include "sio.h" | |||
#include "options.h" | #include "options.h" | |||
#include "main.h" | #include "main.h" | |||
#include "util.h" | #include "util.h" | |||
#include "internals.h" /* for enable_periodic_check() */ | #include "internals.h" /* for enable_periodic_check() */ | |||
/* | /* | |||
* $Id: options.c,v 1.8 2007-09-20 17:01:52 bbraun Exp $ | * $Id$ | |||
*/ | */ | |||
int filelog_option ; | int filelog_option ; | |||
char * filelog_option_arg ; | char * filelog_option_arg ; | |||
int syslog_option ; | int syslog_option ; | |||
char * syslog_option_arg ; | char * syslog_option_arg ; | |||
int logprocs_option ; | int logprocs_option ; | |||
unsigned logprocs_option_arg ; | unsigned logprocs_option_arg ; | |||
int stayalive_option=0; | int stayalive_option=0; | |||
char *program_name ; | char *program_name ; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |