diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-04 10:44:29 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-04 10:44:29 +0800 |
commit | f4295ffe09c2994a93eff4d4c73505f2bc291a59 (patch) | |
tree | ea15367750bae25c44a3fa79d241f5fb43ebad54 /calendar/timeutil.h | |
parent | 1be7718e7d14edf3b4501de53fd600af1a53a156 (diff) | |
download | gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.gz gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.bz2 gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.lz gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.xz gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.tar.zst gsoc2013-evolution-f4295ffe09c2994a93eff4d4c73505f2bc291a59.zip |
Lots -mig
svn path=/trunk/; revision=103
Diffstat (limited to 'calendar/timeutil.h')
-rw-r--r-- | calendar/timeutil.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/timeutil.h b/calendar/timeutil.h index d33b65470b..1683df7527 100644 --- a/calendar/timeutil.h +++ b/calendar/timeutil.h @@ -13,9 +13,10 @@ #include <time.h> -time_t time_from_isodate (char *str); +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); +char *isodate_from_time_t (time_t t); +int get_time_t_hour (time_t t); /* Returns pointer to a statically-allocated buffer with a string of the form * 3am, 4am, 12pm, 08h, 17h, etc. |