diff options
Diffstat (limited to 'include/channel.h')
-rw-r--r-- | include/channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.h b/include/channel.h index d81dac8..bf7b9ad 100644 --- a/include/channel.h +++ b/include/channel.h @@ -116,7 +116,7 @@ extern void check_spambot_warning(struct Client *, const char *); extern void check_splitmode(void *); extern void free_channel_list(dlink_list *); extern void destroy_channel(struct Channel *); -extern void set_channel_topic(struct Channel *, const char *, const char *, time_t); +extern void set_channel_topic(struct Channel *, const char *, const char *, time_t, int); extern const char *get_member_status(const struct Membership *, int); |