From: mmaslano Date: Mon, 27 Aug 2007 12:45:11 +0000 (+0200) Subject: Correct definition of cron_popen in .h file. X-Git-Tag: v4.2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c1b150c20ddc7a0f2c0c47008bc2fdbca2a84c7;p=cronie Correct definition of cron_popen in .h file. --- diff --git a/src/funcs.h b/src/funcs.h index 2e55452..c50d9b1 100644 --- a/src/funcs.h +++ b/src/funcs.h @@ -70,7 +70,7 @@ user *load_user(int, struct passwd *, const char *, const char *, const char *) entry *load_entry(FILE *, void (*)(), struct passwd *, char **); -FILE *cron_popen(char *, struct char *, struct passwd *); +FILE *cron_popen(char *, const char *, struct passwd *); struct passwd *pw_dup(const struct passwd *);