X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_links.h;h=ef465fe370db32eb1ae458d5955a35de893331d4;hb=c746f9a9644524751501e72aa35547a7110512c1;hp=1d710a07146b4df65a283be0c29d511d96b448ae;hpb=65923c4d397ce3655473b2d25db5acc90aa78075;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_links.h b/include/commands/cmd_links.h index 1d710a071..ef465fe37 100644 --- a/include/commands/cmd_links.h +++ b/include/commands/cmd_links.h @@ -32,7 +32,7 @@ class cmd_links : public command_t { public: cmd_links () : command_t("LINKS",0,0) { } - void Handle(char **parameters, int pcnt, userrec *user); + void Handle(const char** parameters, int pcnt, userrec *user); }; #endif