From 064d18536159e5f907f8ccfd1147281c8ec93bc4 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Dec 2005 12:00:52 +0000 Subject: So many inclusion loops it makes your head spin - forward declaring tons of classes to fix git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2523 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 4e7710714..75446aa36 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -68,7 +68,7 @@ #define IS_REMOTE(x) (x->fd < 0) #define IS_MODULE_CREATED(x) (x->fd == FD_MAGIC_NUMBER) -typedef void (handlerfunc) (char**, int, userrec*); +/*typedef void (handlerfunc) (char**, int, userrec*);*/ class serverstats { -- cgit v1.2.3