Author: Ghostwolf <foxxe@wtfs.net>
[ircu2.10.12-pk.git] / include / s_user.h
index 542cc55d314f831aec34975f6397a1322ceed22e..f9d9e4cb3ce18ec796da964a63c5ed94553e7f0c 100644 (file)
@@ -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);