diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-08-09 12:32:59 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-08-09 12:32:59 +0000 |
commit | 6b9d2f2da9e415a65254dba3d1683b194644e7e0 (patch) | |
tree | b22c02abce5dccb73b9df0503cbd1150a0cfe71b /usr.bin/calendar/calendar.h | |
parent | 0b5ce404dd92da2ad410718a448b1bb3f8570201 (diff) |
handle -A0 correctly; from koen@egelink.nl
Diffstat (limited to 'usr.bin/calendar/calendar.h')
-rw-r--r-- | usr.bin/calendar/calendar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index 7024cc22bec..82d35018dab 100644 --- a/usr.bin/calendar/calendar.h +++ b/usr.bin/calendar/calendar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: calendar.h,v 1.11 2004/12/10 20:47:30 mickey Exp $ */ +/* $OpenBSD: calendar.h,v 1.12 2005/08/09 12:32:58 mickey Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -98,6 +98,7 @@ void setnnames(void); extern int f_dayAfter; /* days after current date */ extern int f_dayBefore; /* days before current date */ +extern int f_SetdayAfter; /* calendar invoked with -A */ /* Special events; see also setnnames() in day.c */ /* '=' is not a valid character in a special event name */ |