]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
added launch_mailer() (used in database.c and job.c)
authorThibault Godouet <yo8192@users.noreply.github.com>
Tue, 30 Jan 2001 17:41:57 +0000 (17:41 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Tue, 30 Jan 2001 17:41:57 +0000 (17:41 +0000)
fcron.h

diff --git a/fcron.h b/fcron.h
index 069bfe733c8ef9cbb757011d7cdbe4cac60fc740..c1573428759304c0aaade03f064f65bc52b9705c 100644 (file)
--- 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 */