diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 5 |
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) |