aboutsummaryrefslogtreecommitdiffstats
path: root/timer.h
diff options
context:
space:
mode:
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-11-28 16:07:16 +0000
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-11-28 16:07:16 +0000
commit475fdb43971a24c01db6d8bf5cb4351eb6b76cfe (patch)
tree6a668a8f856c1ae9660f7f6b1846c52cb045ba68 /timer.h
parent00db296b07befe1b511af73b00303c536cea0c6c (diff)
downloadlcd4linux-475fdb43971a24c01db6d8bf5cb4351eb6b76cfe.tar.gz
commented, corrected and beautified both timer and timer group code
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1136 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/timer.h b/timer.h
index 70744d5..127099d 100644
--- a/timer.h
+++ b/timer.h
@@ -28,6 +28,7 @@
#ifndef _TIMER_H_
#define _TIMER_H_
+
int timer_add(void (*callback) (void *data), void *data, const int interval, const int one_shot);
int timer_add_late(void (*callback) (void *data), void *data, const int interval, const int one_shot);