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

Comparing ircd-hybrid/trunk/include/channel_mode.h (file contents):
Revision 7668 by michael, Wed Jul 20 17:09:49 2016 UTC vs.
Revision 7764 by michael, Thu Oct 6 17:01:40 2016 UTC

# Line 127 | Line 127 | extern const struct ChannelMode ModeTabl
127   extern int add_id(struct Client *, struct Channel *, char *, unsigned int);
128   extern void set_channel_mode(struct Client *, struct Channel *,
129                               struct Membership *, int, char **);
130 < extern void clear_ban_cache_channel(struct Channel *);
131 < extern void clear_ban_cache_client(struct Client *);
130 > extern void clear_ban_cache_list(dlink_list *);
131   #endif /* INCLUDED_channel_mode_h */

Diff Legend

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