From: SATOH Fumiyasu Date: Thu, 26 Jun 2008 08:08:42 +0000 (+0200) Subject: Bugfix: Correct log_it() prototype X-Git-Tag: cronie1.2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f03e7214f52ea914feac7fece342573c3c657807;p=cronie Bugfix: Correct log_it() prototype Signed-off-by: Marcela Mašláňová --- diff --git a/src/funcs.h b/src/funcs.h index 3291ee6..8ed2ba4 100644 --- a/src/funcs.h +++ b/src/funcs.h @@ -38,7 +38,7 @@ void set_cron_uid(void), free_entry(entry *), acquire_daemonlock(int), skip_comments(FILE *), - log_it(const char *, int, const char *, const char *, int), + log_it(const char *, PID_T, const char *, const char *, int), log_close(void); #if defined WITH_INOTIFY void load_inotify_database(cron_db *, int ),