From ccf86b877c9443e0dd547460ca9852ff647ff598 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 12:10:51 +0000 Subject: moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2400 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/xline.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xline.cpp') diff --git a/src/xline.cpp b/src/xline.cpp index 0e0ed9257..52648d1d1 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -46,13 +46,14 @@ using namespace std; #include "inspstring.h" #include "helperfuncs.h" #include "hashcomp.h" +#include "typedefs.h" extern int MODCOUNT; extern std::vector modules; extern std::vector factory; extern ServerConfig* Config; extern std::stringstream config_f; -typedef nspace::hash_map, irc::StrHashComp> user_hash; +/*typedef nspace::hash_map, irc::StrHashComp> user_hash;*/ extern user_hash clientlist; /* Version two, now with optimized expiry! -- cgit v1.3.1-10-gc9f91