From 5c1c9710338cb7f3b29ed1eac1006bb95f39c048 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 29 Apr 1998 22:19:39 +0000 Subject: Various fixes and optimizations; Tagging of the days with appointements. Various fixes and optimizations; Tagging of the days with appointements. the 1969 bug is gone. Really. Miguel. svn path=/trunk/; revision=201 --- calendar/timeutil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/timeutil.h') diff --git a/calendar/timeutil.h b/calendar/timeutil.h index 73b7e607dc..a5a6d7b2d7 100644 --- a/calendar/timeutil.h +++ b/calendar/timeutil.h @@ -39,6 +39,8 @@ time_t time_year_begin (int year); time_t time_year_end (int year); time_t time_week_begin (time_t t); time_t parse_date (char *str); +time_t time_month_begin (time_t t); +time_t time_month_end (time_t t); void print_time_t (time_t t); -- cgit v1.2.3