# | Line 82 | Line 82 | struct ChModeChange | |
---|---|---|
82 | const char *arg; | |
83 | const char *id; | |
84 | int dir; | |
85 | < | int caps; |
86 | < | int nocaps; |
85 | > | unsigned int caps; |
86 | > | unsigned int nocaps; |
87 | int mems; | |
88 | struct Client *client; | |
89 | }; | |
# | Line 91 | Line 91 | struct ChModeChange | |
91 | struct ChCapCombo | |
92 | { | |
93 | int count; | |
94 | < | int cap_yes; |
95 | < | int cap_no; |
94 | > | unsigned int cap_yes; |
95 | > | unsigned int cap_no; |
96 | }; | |
97 | ||
98 | extern int add_id(struct Client *, struct Channel *, char *, int); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |