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 2ecb0cb9e..d86ab5d4b 100644 --- a/include/timeout.h +++ b/include/timeout.h @@ -43,7 +43,7 @@ extern void del_timeout(Timeout *t); #ifdef DEBUG_COMMANDS /* Send the list of timeouts to the given user. */ -extern void send_timeout_list(User *u); +extern int send_timeout_list(User *u); #endif |