From 4ed52553b0ccf4db05bfe213a26df69ac3a588d2 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Sat, 15 Nov 2008 19:14:23 +0000 Subject: Added readtimeout directive to options block in new config. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1713 5417fbe8-f217-4b02-8779-1006273d7864 --- include/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/extern.h b/include/extern.h index 0d558ec7b..c8627b7bc 100644 --- a/include/extern.h +++ b/include/extern.h @@ -289,7 +289,7 @@ E int BadPassLimit; E time_t BadPassTimeout; E time_t UpdateTimeout; E time_t ExpireTimeout; -E int ReadTimeout; +E time_t ReadTimeout; E int WarningTimeout; E int TimeoutCheck; E int KeepLogs; -- cgit