| 36 |
|
extern const unsigned int user_modes[]; |
| 37 |
|
|
| 38 |
|
extern void assemble_umode_buffer(void); |
| 39 |
< |
extern void set_user_mode(struct Client *, struct Client *, const int, char *[]); |
| 39 |
> |
extern void set_user_mode(struct Client *, const int, char *[]); |
| 40 |
|
extern void send_umode(struct Client *, struct Client *, |
| 41 |
|
unsigned int, unsigned int, char *); |
| 42 |
|
extern void send_umode_out(struct Client *, struct Client *, unsigned int); |
| 47 |
|
extern void register_local_user(struct Client *); |
| 48 |
|
extern void register_remote_user(struct Client *, |
| 49 |
|
const char *, const char *, |
| 50 |
< |
const char *, const char *); |
| 50 |
> |
const char *); |
| 51 |
|
extern void init_uid(void); |
| 52 |
|
extern int valid_sid(const char *); |
| 53 |
|
extern int valid_hostname(const char *); |