mcabber/src/hooks.c
changeset 281 f562b9af2de7
parent 221 73f6ce668ba8
child 318 45076d02eeef
child 364 33b8e801ffa6
--- 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);