fixes init script for non ipv6 enabled systems #472755
[packages/xinetd.git] / xinetd / options.h
1 /*
2  * (c) Copyright 1992 by Panagiotis Tsirigotis
3  * (c) Sections Copyright 1998-2001 by Rob Braun
4  * All rights reserved.  The file named COPYRIGHT specifies the terms 
5  * and conditions for redistribution.
6  */
7
8 #ifndef OPTIONS_H
9 #define OPTIONS_H
10
11
12
13 extern int filelog_option;
14 extern char *filelog_option_arg;
15 extern int syslog_option;
16 extern char *syslog_option_arg;
17 extern int logprocs_option;
18 extern unsigned logprocs_option_arg;
19 extern int stayalive_option;
20 extern char *program_name;
21 extern int dont_fork;
22
23 int opt_recognize(int argc,char *argv[]);
24
25 #endif