]> granicus.if.org Git - fcron/commitdiff
moved declaration of launch_mailer to fcron.h
authorthib <thib>
Tue, 30 Jan 2001 17:42:27 +0000 (17:42 +0000)
committerthib <thib>
Tue, 30 Jan 2001 17:42:27 +0000 (17:42 +0000)
job.c

diff --git a/job.c b/job.c
index 8210ac8e73ecbf0c7fa0369e08703bedcc015b55..7b6228fd008533d5d60705112da852813ee936fa 100644 (file)
--- a/job.c
+++ b/job.c
  *  `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);