From 3bbec09537ba319a377be133ecaba1554743a07a Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 9 Aug 2009 18:42:32 +0000 Subject: it is the TWENTY-FIRST CENTURY, we can STOP USING K&R --- server/timer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'server/timer.h') diff --git a/server/timer.h b/server/timer.h index 77595be..67ec93f 100644 --- a/server/timer.h +++ b/server/timer.h @@ -44,11 +44,11 @@ typedef struct _Timer { void *arg; } Timer; -Timer *timer_set_rel __P((long, timer_proc, void *)); -Timer *timer_set_abs __P((long, timer_proc, void *)); -void timer_reset __P((Timer *)); -void timer_process __P((void)); -struct timeval *timer_timeout __P((struct timeval *tvbuf)); +Timer *timer_set_rel(long, timer_proc, void *); +Timer *timer_set_abs(long, timer_proc, void *); +void timer_reset(Timer *); +void timer_process(void); +struct timeval *timer_timeout(struct timeval *tvbuf); #endif /* __TIMER_H */ -- cgit v1.2.3