diff options
Diffstat (limited to 'calendar/timeutil.h')
-rw-r--r-- | calendar/timeutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |