From 533d5bb41e5769ae5e5728979d193484c045c87a Mon Sep 17 00:00:00 2001 From: thib Date: Wed, 12 Sep 2001 13:36:48 +0000 Subject: [PATCH] *** empty log message *** --- job.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/job.h b/job.h index 61e73c3..e997c8b 100644 --- a/job.h +++ b/job.h @@ -21,16 +21,16 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: job.h,v 1.2 2001-05-15 00:42:05 thib Exp $ */ + /* $Id: job.h,v 1.3 2001-09-12 13:36:48 thib Exp $ */ #ifndef __JOB_H__ #define __JOB_H__ /* functions prototypes */ -extern int change_user(char *user_name); +extern int change_user(struct CL *cl); extern void run_job(struct exe *exeent); -extern int create_mail(CL *line, char *subject); -extern void launch_mailer(CL *line, int mailfd); +extern int create_mail(struct CL *line, char *subject); +extern void launch_mailer(struct CL *line, int mailfd); extern void xwrite(int fd, char *string); #endif /* __JOB_H__ */ -- 2.40.0