From a435e8648fa16c8f661626b055e0e6626bf26460 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 14 May 2013 16:40:32 +0200 Subject: Fix initial autojoins and some erroneous copies/frees --- src/common/hexchat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/hexchat.h') diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 060fd082..5fdbfc45 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -479,7 +479,7 @@ typedef struct server void (*p_ns_identify)(struct server *, char *pass); void (*p_ns_ghost)(struct server *, char *usname, char *pass); void (*p_join)(struct server *, char *channel, char *key); - void (*p_join_list)(struct server *, GSList *channels, GSList *keys); + void (*p_join_list)(struct server *, GSList *favorites); void (*p_login)(struct server *, char *user, char *realname); void (*p_join_info)(struct server *, char *channel); void (*p_mode)(struct server *, char *target, char *mode); -- cgit 1.4.1