switch source tree from k&r to c99
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define TIMEOUT_H
|
||||
|
||||
/* generic timeout function */
|
||||
typedef void FDECL((*timeout_proc), (ANY_P *, long));
|
||||
typedef void (*timeout_proc)(ANY_P *, long);
|
||||
|
||||
/* kind of timer */
|
||||
enum timer_type {
|
||||
|
||||
Reference in New Issue
Block a user