diff options
Diffstat (limited to 'sysklogd/logger.c')
-rw-r--r-- | sysklogd/logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 4e2e50f36..0c6fb0845 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -100,7 +100,7 @@ static int pencode(char *s) | |||
100 | } | 100 | } |
101 | 101 | ||
102 | 102 | ||
103 | extern int logger_main(int argc, char **argv) | 103 | int logger_main(int argc, char **argv) |
104 | { | 104 | { |
105 | int pri = LOG_USER | LOG_NOTICE; | 105 | int pri = LOG_USER | LOG_NOTICE; |
106 | int option = 0; | 106 | int option = 0; |