aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>1998-10-01 16:56:39 +0800
committernobody <nobody@localhost>1998-10-01 16:56:39 +0800
commitaae3a37cb11759f99268f86e0c37fd72ef5be232 (patch)
tree23e6dba03d3654ee9649835b0486dadab49110c5 /calendar/alarm.h
parente94162c0a48defcaa3869dc9b82638170a62bab2 (diff)
downloadgsoc2013-evolution-WITHXMHTML.tar
gsoc2013-evolution-WITHXMHTML.tar.gz
gsoc2013-evolution-WITHXMHTML.tar.bz2
gsoc2013-evolution-WITHXMHTML.tar.lz
gsoc2013-evolution-WITHXMHTML.tar.xz
gsoc2013-evolution-WITHXMHTML.tar.zst
gsoc2013-evolution-WITHXMHTML.zip
This commit was manufactured by cvs2svn to create tag 'WITHXMHTML'.WITHXMHTML
svn path=/tags/WITHXMHTML/; revision=422
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 d37ff0c1bf..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, void *closuse);
-
-void alarm_init (void);
-void alarm_add (time_t alarm_time, AlarmFunction fn, void *closure);
-int alarm_kill (void *closure);
-
-#endif