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 4e2e50f..0c6fb08 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c @@ -100,7 +100,7 @@ static int pencode(char *s) } -extern int logger_main(int argc, char **argv) +int logger_main(int argc, char **argv) { int pri = LOG_USER | LOG_NOTICE; int option = 0; |