]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_version.cpp
Add sanity checks to the ssl modules so that theres no possibility of an out of range...
[user/henk/code/inspircd.git] / src / cmd_version.cpp
index c6b156652e3b47bac2b1ff23cfd64c48d681d51f..2b6522d818a434a19ae425f080efa0e2befd72b7 100644 (file)
  */
 
 #include "inspircd.h"
-#include "configreader.h"
-#include "users.h"
 #include "commands/cmd_version.h"
 
 
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_version(Instance);
 }