=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/calendar.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/calendar/calendar.h 2019/01/29 20:08:56 1.16 --- src/usr.bin/calendar/calendar.h 2019/02/01 16:22:53 1.17 *************** *** 1,4 **** ! /* $OpenBSD: calendar.h,v 1.16 2019/01/29 20:08:56 millert Exp $ */ /* * Copyright (c) 1989, 1993, 1994 --- 1,4 ---- ! /* $OpenBSD: calendar.h,v 1.17 2019/02/01 16:22:53 millert Exp $ */ /* * Copyright (c) 1989, 1993, 1994 *************** *** 103,108 **** --- 103,109 ---- extern int f_dayAfter; /* days after current date */ extern int f_dayBefore; /* days before current date */ + extern int f_Setday; /* calendar invoked with -A or -B */ /* Special events; see also setnnames() in day.c */ /* '=' is not a valid character in a special event name */