diff options
| author | Marius Halden <marius.h@lden.org> | 2016-04-12 13:23:28 +0200 |
|---|---|---|
| committer | Marius Halden <marius.h@lden.org> | 2016-05-07 14:31:03 +0200 |
| commit | 762067ea952f8b985f3704d5256c73fb7fb9af13 (patch) | |
| tree | 0cd969426686bb1049f632b0698f40fa22a72b83 /irc.h | |
| parent | 6a75f2c17d647d4890406936f8c2b9a2b56b5a97 (diff) | |
Revert "Better handling of set account"
This reverts commit 8ad3c8517ecb1d9ac7cf04236f8634c16b9adde0.
Diffstat (limited to 'irc.h')
| -rw-r--r-- | irc.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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]; }; |
