# | Line 33 | Line 33 | |
---|---|---|
33 | ||
34 | struct Client; | |
35 | ||
36 | < | extern const unsigned int user_modes[]; |
36 | > | struct user_modes |
37 | > | { |
38 | > | char c; |
39 | > | unsigned int flag; |
40 | > | }; |
41 | ||
42 | < | extern void assemble_umode_buffer(void); |
42 | > | extern const struct user_modes *umode_map[]; |
43 | > | extern const struct user_modes umode_tab[]; |
44 | > | |
45 | > | extern void user_usermodes_init(void); |
46 | extern void send_umode(struct Client *, struct Client *, | |
47 | unsigned int, char *); | |
48 | extern void send_umode_out(struct Client *, unsigned int); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |