remove wrong declarations of report_level and report_to_syslog

This commit is contained in:
marschap
2005-04-01 14:35:26 +00:00
parent 7f8d84f026
commit b9d7338a40
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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 */
-1
View File
@@ -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[];