X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fchannel.h;h=7cafdf8d50f8b73a8763a70d59e8bd19eca22826;hp=318cf4c124e7e2ac0439437f2a10ef69bc9ae645;hb=db5ce1caa14de28c6b333ac3e1484ed068dfd236;hpb=3c91fc4a46bc963b0e71e28a1383874a1593941c diff --git a/include/channel.h b/include/channel.h index 318cf4c..7cafdf8 100644 --- a/include/channel.h +++ b/include/channel.h @@ -405,6 +405,7 @@ extern char *pretty_mask(char *mask); extern void del_invite(struct Client *cptr, struct Channel *chptr); extern void list_set_default(void); /* this belongs elsewhere! */ +extern void RevealDelayedJoinIfNeeded(struct Client *sptr, struct Channel *chptr); extern void RevealDelayedJoin(struct Membership *member); extern void CheckDelayedJoins(struct Channel *chan);