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 79e23f09..61859871 100644
--- a/irc.h
+++ b/irc.h
@@ -157,6 +157,7 @@ struct irc_channel_funcs
gboolean (*join)( irc_channel_t *ic );
gboolean (*part)( irc_channel_t *ic, const char *msg );
gboolean (*topic)( irc_channel_t *ic, const char *new );
+ gboolean (*invite)( irc_channel_t *ic, irc_user_t *iu );
};
typedef enum