From ecda1fce37c21bf6925f8bb67135f15cbf22f8aa Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 12 Apr 2016 00:22:39 +0200 Subject: Better handling of set account --- irc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'irc.h') diff --git a/irc.h b/irc.h index c96cdad3..42d3a721 100644 --- a/irc.h +++ b/irc.h @@ -228,6 +228,8 @@ typedef struct irc_channel_user { int flags; } irc_channel_user_t; +struct account; + typedef enum { IRC_CC_TYPE_DEFAULT = 0x00001, IRC_CC_TYPE_REST = 0x00002, /* Still not implemented. */ @@ -241,7 +243,7 @@ typedef enum { struct irc_control_channel { irc_control_channel_type_t type; struct bee_group *group; - struct account *account; + GSList *account; struct prpl *protocol; char modes[5]; }; -- cgit v1.2.3