From 3f6579900c3f3c7175209d7411d4ae87deabc48b Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 15 Nov 2009 06:49:13 +0000 Subject: event plugin and dbus interface by Ed Martin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1053 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- timer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'timer.h') diff --git a/timer.h b/timer.h index 4803ae1..9135a5e 100644 --- a/timer.h +++ b/timer.h @@ -29,6 +29,9 @@ #define _TIMER_H_ int timer_add(void (*callback) (void *data), void *data, const int interval, const int one_shot); +//exactly the same as above but does not trigger now +int timer_add_late(void (*callback) (void *data), void *data, const int interval, const int one_shot); +int timer_remove(void (*callback) (void *data), void *data); int timer_process(struct timespec *delay); void timer_exit(); -- cgit v1.2.3