--- branches/newio/include/s_user.h 2013/07/31 15:31:20 2428 +++ branches/newio/include/s_user.h 2013/07/31 16:43:22 2429 @@ -30,6 +30,9 @@ #define TOTALSIDUID (IRC_MAXSID + IRC_MAXUID) struct Client; +struct MsgBuf; + +typedef void (*InfoFormatter)(struct Client *, struct Client *, struct MsgBuf *); extern const unsigned int user_modes[]; @@ -42,6 +45,7 @@ extern void show_isupport(struct Client *); extern void oper_up(struct Client *); +extern void send_user_info(struct Client *, char *, int, InfoFormatter); extern int register_local_user(struct Client *); extern int register_remote_user(struct Client *, const char *, const char *,