]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_version.cpp
Fixed to dynamically allocate the fieldlist
[user/henk/code/inspircd.git] / src / cmd_version.cpp
index bdb8a8b2336be936e5debeb1243e1ee5f1455085..b82809a5a4ac5d65ee38b54505a6e03e49dae470 100644 (file)
 #include "users.h"
 #include "commands.h"
 #include "helperfuncs.h"
-#include "cmd_version.h"
+#include "commands/cmd_version.h"
 
 extern ServerConfig* Config;
 extern InspIRCd* ServerInstance;
 
-void cmd_version::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_version::Handle (const char** parameters, int pcnt, userrec *user)
 {
        std::stringstream out(Config->data005);
        std::string token = "";