diff options
Diffstat (limited to 'utils/statd/log.c')
-rw-r--r-- | utils/statd/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/statd/log.c b/utils/statd/log.c index bf2a926..a6ca996 100644 --- a/utils/statd/log.c +++ b/utils/statd/log.c @@ -33,7 +33,7 @@ static pid_t mypid; static int opt_debug = 0; /* Will be command-line option, eventually */ #endif -void log_init() +void log_init(void) { if (!(run_mode & MODE_LOG_STDERR)) openlog(name_p, LOG_PID | LOG_NDELAY, LOG_DAEMON); |