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

Comparing ircd-hybrid/trunk/include/channel.h (file contents):
Revision 5757 by michael, Thu Apr 2 18:25:34 2015 UTC vs.
Revision 5852 by michael, Mon Apr 27 17:55:01 2015 UTC

# Line 133 | Line 133 | extern void remove_user_from_channel(str
133   extern void channel_member_names(struct Client *, struct Channel *, int);
134   extern void add_invite(struct Channel *, struct Client *);
135   extern void del_invite(struct Channel *, struct Client *);
136 < extern void clear_invites(struct Channel *);
136 > extern void clear_invites_channel(struct Channel *);
137 > extern void clear_invites_client(struct Client *);
138   extern void send_channel_modes(struct Client *, struct Channel *);
139   extern void channel_modes(struct Channel *, struct Client *, char *, char *);
140   extern void check_spambot_warning(struct Client *, const char *);

Diff Legend

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