X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fchannel.h;fp=include%2Fchannel.h;h=32bea51e352f386a1c90396357599d99c8965cc0;hp=50547c2922f1ae6acf834d5a68b19c37472e9648;hb=c666f34b1e2d872189f36761e3b69eac635fd6ae;hpb=c6d3f87c62b35eda2b51563991dfa56e8519ba72 diff --git a/include/channel.h b/include/channel.h index 50547c2..32bea51 100644 --- a/include/channel.h +++ b/include/channel.h @@ -413,7 +413,7 @@ extern struct Client* find_chasing(struct Client* sptr, const char* user, int* c void add_invite(struct Client *cptr, struct Channel *chptr); int number_of_zombies(struct Channel *chptr); -extern const char* find_no_nickchange_channel(struct Client* cptr); +extern const char* find_no_nickchange_channel(struct Client* cptr, const char* new_nick); extern struct Membership* find_channel_member(struct Client* cptr, struct Channel* chptr); extern int member_can_send_to_channel(struct Membership* member, int reveal); extern int client_can_send_to_channel(struct Client *cptr, struct Channel *chptr, int reveal);