diff options
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ typedef struct irc_channel struct set *set; const struct irc_channel_funcs *f; + void *data; } irc_channel_t; struct irc_channel_funcs |