diff -r 68ce34b4243b -r f562b9af2de7 mcabber/src/hooks.c --- a/mcabber/src/hooks.c Wed Jul 06 21:28:37 2005 +0100 +++ b/mcabber/src/hooks.c Wed Jul 06 22:18:05 2005 +0100 @@ -90,7 +90,7 @@ // hk_ext_cmd_init() // Initialize external command variable. // Can be called with parameter NULL to reset and free memory. -void hk_ext_cmd_init(char *command) +void hk_ext_cmd_init(const char *command) { if (extcommand) { g_free(extcommand);