]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_reloadmodule.cpp
Add <server:id> - this is optional, as stated in the example conf,
[user/henk/code/inspircd.git] / src / cmd_reloadmodule.cpp
index 067dee4a2ce3d8ba3919e0f24dc93424dbbfbd9b..d05d36f3bfedc268b4dee133165e26a8cb1722ff 100644 (file)
  */
 
 #include "inspircd.h"
-#include "users.h"
 #include "commands/cmd_reloadmodule.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_reloadmodule(Instance);
 }