summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 12:00:52 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 12:00:52 +0000
commit064d18536159e5f907f8ccfd1147281c8ec93bc4 (patch)
treeda3972a70e0bed2025422d06e62b1f5fe2490fdd /include/modules.h
parent092eb69a53d679053b8daee895a7a290a71b2e62 (diff)
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
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h
index 77f986f0d..b86576296 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -63,6 +63,7 @@
#include <sstream>
class Server;
+class ServerConfig;
/** Low level definition of a FileReader classes file cache area
*/
@@ -100,8 +101,8 @@ typedef std::deque<userrec*> chanuserlist;
#define FD_MAGIC_NUMBER -42
-extern void createcommand(char* cmd, handlerfunc f, char flags, int minparams, char* source);
-extern void server_mode(char **parameters, int pcnt, userrec *user);
+/*extern void createcommand(char* cmd, handlerfunc f, char flags, int minparams, char* source);
+extern void server_mode(char **parameters, int pcnt, userrec *user);*/
// class Version holds the version information of a Module, returned
// by Module::GetVersion (thanks RD)