]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_clearcache.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_clearcache.cpp
index df1bd53427f5a4d8a316eed9ce61b2c5efa51c80..333593425d8ba99c3017ccd727149f6dce2a4bbb 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "configreader.h"
-#include "users.h"
+#include "inspircd.h"
 #include "commands/cmd_clearcache.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_clearcache(Instance);
 }