remove wrong declarations of report_level and report_to_syslog
This commit is contained in:
@@ -123,7 +123,6 @@ char user[64]; /* The values will be overwritten anyway... */
|
||||
|
||||
int foreground_mode = UNSET_INT;
|
||||
|
||||
static int report_level = UNSET_INT;
|
||||
static int report_to_syslog = UNSET_INT;
|
||||
|
||||
/* The drivers and their driver parameters */
|
||||
|
||||
@@ -55,7 +55,6 @@ extern char user[]; /* The values will be overwritten anyway... */
|
||||
extern int foreground_mode;
|
||||
|
||||
extern int report_level;
|
||||
extern int report_to_syslog;
|
||||
|
||||
/* The drivers and their driver parameters */
|
||||
extern char *drivernames[];
|
||||
|
||||
Reference in New Issue
Block a user