ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/channel_mode.h
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/include/channel_mode.h (file contents):
Revision 8648 by michael, Sat Nov 10 23:46:05 2018 UTC vs.
Revision 8657 by michael, Mon Nov 12 19:02:38 2018 UTC

# Line 132 | Line 132 | extern const struct chan_mode *cmode_map
132   extern const struct chan_mode  cmode_tab[];
133  
134   extern void channel_mode_init(void);
135 < extern int add_id(struct Client *, struct Channel *, char *, dlink_list *);
135 > extern bool add_id(struct Client *, struct Channel *, char *, dlink_list *);
136   extern void channel_mode_set(struct Client *, struct Channel *,
137                               struct Membership *, int, char **);
138   extern void clear_ban_cache_list(dlink_list *);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)