]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_links.h
Make all our modules use the new stuff rather than the send_ events
[user/henk/code/inspircd.git] / include / commands / cmd_links.h
index 8f1f957d587a1a903a9bff9ea58cf6207cf09253..122de378291de6a3d38564468e5f92f1f93b3072 100644 (file)
@@ -36,7 +36,7 @@ class CommandLinks : public Command
         * @param user The user issuing the command
         * @return A value from CmdResult to indicate command success or failure.
         */
-       CmdResult Handle(const char** parameters, int pcnt, User *user);
+       CmdResult Handle(const char* const* parameters, int pcnt, User *user);
 };
 
 #endif