aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/irc.h b/irc.h
index 42d3a721..c96cdad3 100644
--- a/irc.h
+++ b/irc.h
@@ -228,8 +228,6 @@ 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. */
@@ -243,7 +241,7 @@ typedef enum {
struct irc_control_channel {
irc_control_channel_type_t type;
struct bee_group *group;
- GSList *account;
+ struct account *account;
struct prpl *protocol;
char modes[5];
};