summaryrefslogtreecommitdiff
path: root/usr.bin/at/at.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/at/at.h')
-rw-r--r--usr.bin/at/at.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h
index 9d20d4d4a8b..ea05e3dd224 100644
--- a/usr.bin/at/at.h
+++ b/usr.bin/at/at.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: at.h,v 1.9 2003/03/14 04:15:04 millert Exp $ */
+/* $OpenBSD: at.h,v 1.10 2003/07/02 21:04:09 deraadt Exp $ */
/*
* at.h - header for at(1)
@@ -44,3 +44,7 @@ struct atjob {
#define DEFAULT_BATCH_QUEUE 'E'
#define DEFAULT_AT_QUEUE 'c'
+
+
+time_t parsetime(int, char **);
+