From 03a303012beb41676b66da34559595ed84de25eb Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Tue, 30 Jan 2001 17:41:57 +0000 Subject: [PATCH] added launch_mailer() (used in database.c and job.c) --- fcron.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fcron.h b/fcron.h index 069bfe7..c157342 100644 --- a/fcron.h +++ b/fcron.h @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.h,v 1.17 2001-01-30 15:51:46 thib Exp $ */ + /* $Id: fcron.h,v 1.18 2001-01-30 17:41:57 thib Exp $ */ #ifndef __FCRONH__ #define __FCRONH__ @@ -130,6 +130,7 @@ extern void save_file(CF *file_name); extern int change_user(char *user_name); extern void run_job(struct exe *exeent); extern int create_mail(CL *line, char *subject); +extern void launch_mailer(CL *line, int mailfd); extern void xwrite(int fd, char *string); /* end of job.c */ -- 2.47.3