X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fs_user.h;h=f9d9e4cb3ce18ec796da964a63c5ed94553e7f0c;hb=cc05a230ac079fa15a2e43e6e68ef7126128cefd;hp=542cc55d314f831aec34975f6397a1322ceed22e;hpb=b8294f6c0db86ec8d204b0fda51070f3a415fb57;p=ircu2.10.12-pk.git diff --git a/include/s_user.h b/include/s_user.h index 542cc55..f9d9e4c 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -72,6 +72,7 @@ extern void send_user_info(struct Client* to, char* names, int rpl, InfoFormatter fmt); extern int add_silence(struct Client* sptr, const char* mask); +extern int hide_hostmask(struct Client *cptr, unsigned int flags); extern int set_user_mode(struct Client *cptr, struct Client *sptr, int parc, char *parv[]); extern int is_silenced(struct Client *sptr, struct Client *acptr);