diff mcabber/mcabber/commands.h @ 1938:26e437e79e60

Fix MUC whois / auto_whois This patch should fix issue #68: https://bitbucket.org/McKael/mcabber-crew/issue/68/
author Mikael Berthe <mikael@lilotux.net>
date Sat, 12 Feb 2011 19:00:59 +0100
parents e6d355e50d7a
children 932d1b250a55
line wrap: on
line diff
--- a/mcabber/mcabber/commands.h	Sat Feb 12 18:31:31 2011 +0100
+++ b/mcabber/mcabber/commands.h	Sat Feb 12 19:00:59 2011 +0100
@@ -27,7 +27,7 @@
 void cmd_add(const char *name, const char *help, guint flags1, guint flags2, void (*f)(char*), gpointer userdata);
 #endif
 
-void cmd_room_whois(gpointer bud, char *nick_locale, guint interactive);
+void cmd_room_whois(gpointer bud, const char *nick, guint interactive);
 void cmd_room_leave(gpointer bud, char *arg);
 void cmd_setstatus(const char *recipient, const char *arg);
 void say_cmd(char *arg, int parse_flags);