35 |
|
extern unsigned int MaxConnectionCount; /* GLOBAL - highest number of connections */ |
36 |
|
extern struct Callback *entering_umode_cb; |
37 |
|
extern struct Callback *umode_cb; |
38 |
– |
extern struct Callback *uid_get_cb; |
38 |
|
extern unsigned int user_modes[]; |
39 |
|
|
40 |
|
extern void assemble_umode_buffer(void); |
46 |
|
extern void show_isupport(struct Client *); |
47 |
|
extern void oper_up(struct Client *); |
48 |
|
|
49 |
< |
extern void register_local_user(struct Client *, struct Client *, |
50 |
< |
const char *, const char *); |
52 |
< |
extern void register_remote_user(struct Client *, struct Client *, |
49 |
> |
extern void register_local_user(struct Client *); |
50 |
> |
extern void register_remote_user(struct Client *, |
51 |
|
const char *, const char *, |
52 |
|
const char *, const char *); |
53 |
< |
extern void do_local_user(const char *, struct Client *, struct Client *, |
53 |
> |
extern void do_local_user(struct Client *, |
54 |
|
const char *, const char *, const char *, |
55 |
|
const char *); |
56 |
|
extern void init_uid(void); |