diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:04:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:04:11 +0000 |
commit | c7d032fc4ac7d7924b20e1fea418272346d8c78c (patch) | |
tree | fd85b5bf62e92ffd1fee5c23d0b97910c3a67fb7 /usr.bin/at/at.h | |
parent | 27d9189e4074c4648710da3447660f62aaf79e4c (diff) |
protos
Diffstat (limited to 'usr.bin/at/at.h')
-rw-r--r-- | usr.bin/at/at.h | 6 |
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 **); + |