aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-04-17 09:22:18 +0800
committernobody <nobody@localhost>1999-04-17 09:22:18 +0800
commit78d4e2763f6f69122b8b29cba76d56632e2a7939 (patch)
tree136c6488c85ed1361c40a50a802af3491084950c /calendar/gui/alarm-notify/alarm.h
parentceb6a5d36a3031895654f904b458145228e5ea1c (diff)
downloadgsoc2013-evolution-GGV_0_30.tar
gsoc2013-evolution-GGV_0_30.tar.gz
gsoc2013-evolution-GGV_0_30.tar.bz2
gsoc2013-evolution-GGV_0_30.tar.lz
gsoc2013-evolution-GGV_0_30.tar.xz
gsoc2013-evolution-GGV_0_30.tar.zst
gsoc2013-evolution-GGV_0_30.zip
This commit was manufactured by cvs2svn to create tag 'GGV_0_30'.GGV_0_30
svn path=/tags/GGV_0_30/; revision=820
Diffstat (limited to 'calendar/gui/alarm-notify/alarm.h')
-rw-r--r--calendar/gui/alarm-notify/alarm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/calendar/gui/alarm-notify/alarm.h b/calendar/gui/alarm-notify/alarm.h
deleted file mode 100644
index 81710bda5e..0000000000
--- a/calendar/gui/alarm-notify/alarm.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef ALARM_H
-#define ALARM_H
-
-#include <time.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