diff options
author | nobody <nobody@localhost> | 1998-10-01 16:56:39 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1998-10-01 16:56:39 +0800 |
commit | aae3a37cb11759f99268f86e0c37fd72ef5be232 (patch) | |
tree | 23e6dba03d3654ee9649835b0486dadab49110c5 /calendar/gui/alarm.h | |
parent | e94162c0a48defcaa3869dc9b82638170a62bab2 (diff) | |
download | gsoc2013-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/gui/alarm.h')
-rw-r--r-- | calendar/gui/alarm.h | 12 |
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 |