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 1847 by michael, Tue Apr 23 16:42:02 2013 UTC vs.
Revision 1937 by michael, Sat May 4 20:54:13 2013 UTC

# Line 115 | Line 115 | struct Ban
115   extern dlink_list global_channel_list;
116  
117   extern int check_channel_name(const char *, const int);
118 < extern int can_send(struct Channel *, struct Client *, struct Membership *);
118 > extern int can_send(struct Channel *, struct Client *, struct Membership *, const char *);
119   extern int is_banned(const struct Channel *, const struct Client *);
120   extern int can_join(struct Client *, struct Channel *, const char *);
121   extern int has_member_flags(const struct Membership *, const unsigned int);

Diff Legend

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