X-Git-Url: https://jfr.im/git/irc/quakenet/snircd.git/blobdiff_plain/9f8856e99d8fe297de1ddf0cff73dc2ff4900c60..35de5bb328b662ac63be82cf3afa5b9dc2268d71:/include/s_user.h diff --git a/include/s_user.h b/include/s_user.h index 6768f68..4741df6 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -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);