summaryrefslogtreecommitdiff
path: root/usr.sbin/cron
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-08-21 20:57:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-08-21 20:57:54 +0000
commitab03bb0e0af2322256fffb1088e634c887f80f5a (patch)
tree35365e3a796d552d347df2b263bf7dc052817963 /usr.sbin/cron
parentae829059cd406032a788745ba084e8104165a668 (diff)
prototype repair
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/cron.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/cron/cron.h b/usr.sbin/cron/cron.h
index 2c3e1061a97..3b6e20f33e4 100644
--- a/usr.sbin/cron/cron.h
+++ b/usr.sbin/cron/cron.h
@@ -17,7 +17,7 @@
/* cron.h - header for vixie's cron
*
- * $Id: cron.h,v 1.3 1999/08/28 20:13:13 millert Exp $
+ * $Id: cron.h,v 1.4 2000/08/21 20:57:53 deraadt Exp $
*
* vix 14nov88 [rest of log is in RCS]
* vix 14jan87 [0 or 7 can be sunday; thanks, mwm@berkeley]
@@ -211,6 +211,7 @@ int job_runqueue __P((void)),
get_char __P((FILE *)),
get_string __P((char *, int, FILE *, char *)),
swap_uids __P((void)),
+ swap_uids_back __P((void)),
load_env __P((char *, FILE *)),
cron_pclose __P((FILE *)),
strcmp_until __P((char *, char *, int)),