30 |
#define TOTALSIDUID (IRC_MAXSID + IRC_MAXUID) |
#define TOTALSIDUID (IRC_MAXSID + IRC_MAXUID) |
31 |
|
|
32 |
struct Client; |
struct Client; |
33 |
|
struct MsgBuf; |
34 |
|
|
35 |
|
typedef void (*InfoFormatter)(struct Client *, struct Client *, struct MsgBuf *); |
36 |
|
|
37 |
extern const unsigned int user_modes[]; |
extern const unsigned int user_modes[]; |
38 |
|
|
45 |
extern void show_isupport(struct Client *); |
extern void show_isupport(struct Client *); |
46 |
extern void oper_up(struct Client *); |
extern void oper_up(struct Client *); |
47 |
|
|
48 |
|
extern void send_user_info(struct Client *, char *, int, InfoFormatter); |
49 |
extern int register_local_user(struct Client *); |
extern int register_local_user(struct Client *); |
50 |
extern int register_remote_user(struct Client *, |
extern int register_remote_user(struct Client *, |
51 |
const char *, const char *, |
const char *, const char *, |