aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index 86a731c5..cb34423b 100644
--- a/irc.h
+++ b/irc.h
@@ -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