aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm.h
blob: 81710bda5e4e49417e6fbbc19057717af700cb7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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
ue='author'>author
path: root/misc/jive
Commit message (Expand)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* SHA256ifyedwin2006-01-221-0/+1
* - Register conflictspav2005-07-111-0/+2
* Change how we respect 'CC' and 'CFLAGS'.obrien2004-07-161-2/+2
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Clear moonlight beckons.ade2003-03-072-1/+1
* obrien@ has restored jive-1.1 at MASTER_SITE_LOCAL, putting it back again.edwin2002-12-281-1/+3