]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_time.cpp
Fix test client error cheecking on result types
[user/henk/code/inspircd.git] / src / cmd_time.cpp
index cabb260c64f6167d7cbe541bad5ca6b8a89aa847..53d06ddca291e8208e5373ab4dbe5241216512f4 100644 (file)
 #include "users.h"
 #include "commands.h"
 #include "helperfuncs.h"
-#include "cmd_time.h"
+#include "commands/cmd_time.h"
 
 extern ServerConfig* Config;
 extern time_t TIME;
 
-void cmd_time::Handle (char **parameters, int pcnt, userrec *user)
+void cmd_time::Handle (const char** parameters, int pcnt, userrec *user)
 {
        struct tm* timeinfo;