diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-04 05:05:14 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-04 05:05:14 +0000 |
commit | f150f55ef0e7d4a26d4879faacccd18d27b5b258 (patch) | |
tree | 801c8207c3c4d9812c199ad0e0c20072ffe3485e /include/timeout.h | |
parent | 59e7ad6024936944cd2a864ea344eb3f0ccf90f2 (diff) |
BUILD : 1.7.5 (369) BUGS : N/A NOTES : Updates BUGS, fixed compiler warning if DEBUG_COMMANDS had been enabled
git-svn-id: svn://svn.anope.org/anope/trunk@369 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@240 5417fbe8-f217-4b02-8779-1006273d7864
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 |