From 8dc94dba6511b8db40c0e209b0ea595052650a21 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 1 Jun 2004 06:45:30 +0000 Subject: [lcd4linux @ 2004-06-01 06:45:28 by reinelt] some Fixme's processed documented some code git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@456 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- timer.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'timer.h') diff --git a/timer.h b/timer.h index 80b5695..4f54676 100644 --- a/timer.h +++ b/timer.h @@ -1,4 +1,4 @@ -/* $Id: timer.h,v 1.2 2004/03/03 03:47:04 reinelt Exp $ +/* $Id: timer.h,v 1.3 2004/06/01 06:45:30 reinelt Exp $ * * generic timer handling * @@ -23,6 +23,11 @@ * * * $Log: timer.h,v $ + * Revision 1.3 2004/06/01 06:45:30 reinelt + * + * some Fixme's processed + * documented some code + * * Revision 1.2 2004/03/03 03:47:04 reinelt * big patch from Martin Hejl: * - use qprintf() where appropriate @@ -43,4 +48,5 @@ int timer_add (void(*callback)(void *data), void *data, int interval, int one_shot); int timer_process (struct timespec *delay); void timer_exit(); + #endif -- cgit v1.2.3