1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 11:23:13 +02:00

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
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-10-04 05:05:14 +00:00
parent 59e7ad6024
commit f150f55ef0
5 changed files with 13 additions and 9 deletions
+3 -2
View File
@@ -13,7 +13,7 @@
*/
#include "services.h"
#include "timeout.h"
#include "pseudo.h"
static Timeout *timeouts = NULL;
@@ -23,7 +23,7 @@ static Timeout *timeouts = NULL;
/* Send the timeout list to the given user. */
void send_timeout_list(User * u)
int send_timeout_list(User * u)
{
Timeout *to, *last;
@@ -36,6 +36,7 @@ void send_timeout_list(User * u)
" to->prev incorrect! expected=%p seen=%p",
last, to->prev);
}
return MOD_CONT;
}
#endif /* DEBUG_COMMANDS */