]> granicus.if.org Git - cronie/commitdiff
Correct definition of cron_popen in .h file.
authormmaslano <mmaslano@redhat.com>
Mon, 27 Aug 2007 12:45:11 +0000 (14:45 +0200)
committerTomas Janousek <tomi@nomi.cz>
Mon, 27 Aug 2007 16:19:51 +0000 (18:19 +0200)
src/funcs.h

index 2e5545216fd9f7164ebe225b55de982f3b20700f..c50d9b111e032a4eeb8db57691179d324b4cbead 100644 (file)
@@ -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 *);