diff options
Diffstat (limited to 'calendar/timeutil.h')
-rw-r--r-- | calendar/timeutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/timeutil.h b/calendar/timeutil.h index 4f062b8923..d33b65470b 100644 --- a/calendar/timeutil.h +++ b/calendar/timeutil.h @@ -15,6 +15,7 @@ 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); /* Returns pointer to a statically-allocated buffer with a string of the form * 3am, 4am, 12pm, 08h, 17h, etc. |