diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-24 23:28:11 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-24 23:28:11 +0800 |
commit | 25d053c312af01acc9cb2ba1672f3f7ed4ea5e8b (patch) | |
tree | 47828615efb7cefb23ca816cda38a35423cc5697 /calendar/gui/alarm-notify/util.h | |
parent | 9c0eef3dd90ab8e7db04901b3079e097cdd7f400 (diff) | |
download | gsoc2013-evolution-25d053c312af01acc9cb2ba1672f3f7ed4ea5e8b.tar.gz gsoc2013-evolution-25d053c312af01acc9cb2ba1672f3f7ed4ea5e8b.tar.zst gsoc2013-evolution-25d053c312af01acc9cb2ba1672f3f7ed4ea5e8b.zip |
Changes for alarm notification bubble
svn path=/trunk/; revision=30661
Diffstat (limited to 'calendar/gui/alarm-notify/util.h')
-rw-r--r-- | calendar/gui/alarm-notify/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/util.h b/calendar/gui/alarm-notify/util.h index 7dae3dd7fe..59abd072be 100644 --- a/calendar/gui/alarm-notify/util.h +++ b/calendar/gui/alarm-notify/util.h @@ -25,5 +25,5 @@ #include <libecal/e-cal-component.h> char *timet_to_str_with_zone (time_t t, icaltimezone *zone); - +char *calculate_time (time_t start, time_t end); #endif |