]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
*** empty log message ***
authorThibault Godouet <yo8192@users.noreply.github.com>
Wed, 12 Sep 2001 13:36:48 +0000 (13:36 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Wed, 12 Sep 2001 13:36:48 +0000 (13:36 +0000)
job.h

diff --git a/job.h b/job.h
index 61e73c35ba5098d98e2de2d7b3b82f28f6c0f32d..e997c8baf2efbf78ef9fe898cf29f20b50311aff 100644 (file)
--- a/job.h
+++ b/job.h
  *  `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__ */