=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/calendar.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/calendar/calendar.h 2001/09/03 15:53:00 1.5 +++ src/usr.bin/calendar/calendar.h 2001/09/26 20:38:55 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: calendar.h,v 1.5 2001/09/03 15:53:00 pjanzen Exp $ */ +/* $OpenBSD: calendar.h,v 1.6 2001/09/26 20:38:55 mickey Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -36,6 +36,7 @@ extern struct passwd *pw; extern int doall; +extern int bodun_always; extern time_t f_time; extern struct iovec header[]; extern struct tm *tp; @@ -59,6 +60,7 @@ struct match { time_t when; char print_date[30]; + char prefix[30]; int var; struct match *next; }; @@ -80,7 +82,7 @@ int easter __P((int)); int paskha __P((int)); void insert __P((struct event **, struct event *)); -struct match *isnow __P((char *)); +struct match *isnow __P((char *, int)); FILE *opencal __P((void)); void settime __P((time_t *)); time_t Mktime __P((char *));