1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 09: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
+1 -1
View File
@@ -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