switch source tree from k&r to c99

This commit is contained in:
nhmall
2021-01-26 21:06:16 -05:00
parent a2a9cb7b4f
commit f963c5aca7
232 changed files with 12099 additions and 17782 deletions

View File

@@ -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 {