]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_restart.cpp
Clamp mask sizes to 128 for ipv6 and 32 for ipv4
[user/henk/code/inspircd.git] / src / cmd_restart.cpp
index 01cf650db670111fcdc75fde4fd7578b9f3fad39..2b8a7fc3ff779c1fd3abaa0b741a3a959c389db4 100644 (file)
 #include "users.h"
 #include "commands.h"
 #include "helperfuncs.h"
-#include "cmd_restart.h"
+#include "commands/cmd_restart.h"
 
 extern ServerConfig* Config;;
 
-void cmd_restart::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_restart::Handle (const char** parameters, int pcnt, userrec *user)
 {
        char *argv[32];
        log(DEFAULT,"Restart: %s",user->nick);