]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_links.h
Penalty should be 'const int'. Note, you can set a const in the constructors init...
[user/henk/code/inspircd.git] / include / commands / cmd_links.h
index 74b6164011ee60570e8454e3ded34c9e7d15fb75..6c5d521f12ad31854aede12bb3144da888ea6c17 100644 (file)
@@ -36,7 +36,7 @@ class cmd_links : 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, userrec *user);
+       CmdResult Handle(const char** parameters, int pcnt, User *user);
 };
 
 #endif