diff options
Diffstat (limited to 'include/timeout.h')
-rw-r--r-- | include/timeout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/timeout.h b/include/timeout.h index 0aec7aef9..857227dec 100644 --- a/include/timeout.h +++ b/include/timeout.h @@ -30,7 +30,7 @@ struct timeout_ { /* Check the timeout list for any pending actions. */ -extern void check_timeouts(void); +extern void check_timeouts(); /* Add a timeout to the list to be triggered in `delay' seconds. Any * timeout added from within a timeout routine will not be checked during |