]> jfr.im git - irc/quakenet/snircd.git/blobdiff - include/s_user.h
merge 07 in
[irc/quakenet/snircd.git] / include / s_user.h
index 6768f68b1c7e48c35e90e65f60d15dd982ca9eb5..4741df64d1c883555ab93767a6d80784d94b6eb9 100644 (file)
@@ -76,6 +76,8 @@ extern void send_user_info(struct Client* to, char* names, int rpl,
                            InfoFormatter fmt);
 
 extern int hide_hostmask(struct Client *cptr, unsigned int flags);
+extern int set_hostmask(struct Client *cptr, char *hostmask, char *password);
+extern int is_hostmask(char *word);
 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);