]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_kline.cpp
Dunno why this method was static, doesnt need to be...
[user/henk/code/inspircd.git] / src / cmd_kline.cpp
index e7ec7b61791be510aa6777d93e2fd238fd65e8cb..a72624342962a02975507cfc45b04cf438935c13 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "configreader.h"
 #include "users.h"
 #include "modules.h"
 #include "xline.h"
 #include "commands/cmd_kline.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_kline(Instance);
 }