From f03e7214f52ea914feac7fece342573c3c657807 Mon Sep 17 00:00:00 2001 From: SATOH Fumiyasu Date: Thu, 26 Jun 2008 10:08:42 +0200 Subject: [PATCH] Bugfix: Correct log_it() prototype MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcela Mašláňová --- src/funcs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ), -- 2.40.0