From: Thibault Godouet Date: Tue, 30 Jan 2001 17:42:27 +0000 (+0000) Subject: moved declaration of launch_mailer to fcron.h X-Git-Tag: ver2_9_4~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225f41fd83f7bf631f4f144a0b79b78510c3e950;p=thirdparty%2Ffcron.git moved declaration of launch_mailer to fcron.h --- diff --git a/job.c b/job.c index 8210ac8..7b6228f 100644 --- a/job.c +++ b/job.c @@ -22,12 +22,11 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: job.c,v 1.31 2001-01-30 15:54:01 thib Exp $ */ + /* $Id: job.c,v 1.32 2001-01-30 17:42:27 thib Exp $ */ #include "fcron.h" int temp_file(void); -void launch_mailer(CL *line, int mailfd); void sig_dfl(void); void end_job(CL *line, int status, int mailfd, short mailpos); void end_mailer(CL *line, int status);