From: thib Date: Tue, 30 Jan 2001 17:42:27 +0000 (+0000) Subject: moved declaration of launch_mailer to fcron.h X-Git-Tag: ver1564~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e640a359780bfcc4d96a2bfdcecad64d335fd945;p=fcron 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);