From 07f873d107539a4357c69e1f3ce8cef17cc6277f Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 25 Apr 1998 02:23:26 +0000 Subject: Fixed alarm saving code. Fixed alarm loading code. New -partial- Fixed alarm saving code. Fixed alarm loading code. New -partial- implementation of the mail alarm. It is not working, I do not know what is closing stdin to sendmail svn path=/trunk/; revision=194 --- 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 9c9d2d8a80..73b7e607dc 100644 --- a/calendar/timeutil.h +++ b/calendar/timeutil.h @@ -17,6 +17,8 @@ time_t time_from_isodate (char *str); time_t time_from_start_duration (time_t start, char *duration); char *isodate_from_time_t (time_t t); int get_time_t_hour (time_t t); +int isodiff_to_secs (char *str); +char *isodiff_from_secs (int secs); time_t time_add_minutes (time_t time, int minutes); time_t time_add_day (time_t time, int days); -- cgit v1.2.3