aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>1998-06-14 10:20:25 +0800
committernobody <nobody@localhost>1998-06-14 10:20:25 +0800
commitb8e52acac2b9fc5414a7795a73c74f7ee4eeb71f (patch)
tree04ddcbf2b25cee3f50643e4a40c08feb14b2b94f /calendar/gui/alarm.h
parent74afb1d19025c0353bacd0bac571e4a46c27ecde (diff)
downloadgsoc2013-evolution-GRPM-02.tar
gsoc2013-evolution-GRPM-02.tar.gz
gsoc2013-evolution-GRPM-02.tar.bz2
gsoc2013-evolution-GRPM-02.tar.lz
gsoc2013-evolution-GRPM-02.tar.xz
gsoc2013-evolution-GRPM-02.tar.zst
gsoc2013-evolution-GRPM-02.zip
This commit was manufactured by cvs2svn to create tag 'GRPM-02'.GRPM-02
svn path=/tags/GRPM-02/; revision=264
Diffstat (limited to 'calendar/gui/alarm.h')
-rw-r--r--calendar/gui/alarm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/calendar/gui/alarm.h b/calendar/gui/alarm.h
deleted file mode 100644
index d37ff0c1bf..0000000000
--- a/calendar/gui/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