diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-03-06 07:44:52 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-03-06 07:44:52 +0800 |
commit | 70108e31eafba17f63a04375d7e4c51c7d1c35eb (patch) | |
tree | 5f2d784d69deb42cb830f20702fb6a76628f925b /calendar/alarm.h | |
parent | 3de981ec78d529eb1bd9b2f98f154eae91dffc6d (diff) | |
download | gsoc2013-evolution-70108e31eafba17f63a04375d7e4c51c7d1c35eb.tar gsoc2013-evolution-70108e31eafba17f63a04375d7e4c51c7d1c35eb.tar.gz gsoc2013-evolution-70108e31eafba17f63a04375d7e4c51c7d1c35eb.tar.bz2 gsoc2013-evolution-70108e31eafba17f63a04375d7e4c51c7d1c35eb.tar.lz gsoc2013-evolution-70108e31eafba17f63a04375d7e4c51c7d1c35eb.tar.xz gsoc2013-evolution-70108e31eafba17f63a04375d7e4c51c7d1c35eb.tar.zst gsoc2013-evolution-70108e31eafba17f63a04375d7e4c51c7d1c35eb.zip |
More file moving action - Federico
svn path=/trunk/; revision=2061
Diffstat (limited to 'calendar/alarm.h')
-rw-r--r-- | calendar/alarm.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/calendar/alarm.h b/calendar/alarm.h deleted file mode 100644 index 6bb5c1afa5..0000000000 --- a/calendar/alarm.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef ALARM_H -#define ALARM_H - -#include <time.h> -#include "pcs/calobj.h" - -typedef void (*AlarmFunction)(time_t time, CalendarAlarm *which, void *closuse); - -void alarm_init (void); -gboolean alarm_add (CalendarAlarm *alarm, AlarmFunction fn, void *closure); -int alarm_kill (void *closure); - -#endif |