diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-14 16:40:32 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-14 16:40:32 +0200 |
commit | a435e8648fa16c8f661626b055e0e6626bf26460 (patch) | |
tree | 5fce9360f1232168ec4f063076e98a5241717a07 /src/common/hexchat.h | |
parent | 7cdfeff20490971c40deed9f59697f0e524348c8 (diff) |
Fix initial autojoins and some erroneous copies/frees
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |