X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/258d1427c70f88404b2ae4a06df410f5da464c76..0f3e9cfc4b5d0f13085c975e10c0e6c4c8e5fbc3:/src/hash.h diff --git a/src/hash.h b/src/hash.h index 7957ee1..e759e0c 100644 --- a/src/hash.h +++ b/src/hash.h @@ -270,7 +270,7 @@ int ChannelExemptExists(struct chanNode *channel, const char *exempt); typedef int (*topic_func_t)(struct userNode *who, struct chanNode *chan, const char *old_topic); void reg_topic_func(topic_func_t handler); -void SetChannelTopic(struct chanNode *channel, struct userNode *user, const char *topic, int announce); +void SetChannelTopic(struct chanNode *channel, struct userNode *service, struct userNode *user, const char *topic, int announce); struct userNode *IsInChannel(struct chanNode *channel, struct userNode *user); void init_structs(void);