aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-02-25 08:26:34 +0800
committernobody <nobody@localhost>1999-02-25 08:26:34 +0800
commit61c2c42f9a6901a6ed4eaf71f428482db6a77a41 (patch)
tree981129c6988a90055c0d9e9891686cdb17101c78 /calendar/alarm.h
parent6c9ae3c49097e3e589381aeb76d10ae0a0f9d663 (diff)
downloadgsoc2013-evolution-61c2c42f9a6901a6ed4eaf71f428482db6a77a41.tar
gsoc2013-evolution-61c2c42f9a6901a6ed4eaf71f428482db6a77a41.tar.gz
gsoc2013-evolution-61c2c42f9a6901a6ed4eaf71f428482db6a77a41.tar.bz2
gsoc2013-evolution-61c2c42f9a6901a6ed4eaf71f428482db6a77a41.tar.lz
gsoc2013-evolution-61c2c42f9a6901a6ed4eaf71f428482db6a77a41.tar.xz
gsoc2013-evolution-61c2c42f9a6901a6ed4eaf71f428482db6a77a41.tar.zst
gsoc2013-evolution-61c2c42f9a6901a6ed4eaf71f428482db6a77a41.zip
This commit was manufactured by cvs2svn to create tagGNOME_NETWORK_1_0_PRE
'GNOME_NETWORK_1_0_PRE'. svn path=/tags/GNOME_NETWORK_1_0_PRE/; revision=699
Diffstat (limited to 'calendar/alarm.h')
-rw-r--r--calendar/alarm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/calendar/alarm.h b/calendar/alarm.h
deleted file mode 100644
index 81710bda5e..0000000000
--- a/calendar/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