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

Comparing ircd-hybrid/branches/8.2.x/include/channel.h (file contents):
Revision 6794 by michael, Tue Nov 17 20:51:46 2015 UTC vs.
Revision 6882 by michael, Tue Dec 1 19:25:54 2015 UTC

# Line 123 | Line 123 | extern dlink_list channel_list;
123   extern int channel_check_name(const char *, const int);
124   extern int can_send(struct Channel *, struct Client *, struct Membership *, const char *);
125   extern int is_banned(const struct Channel *, const struct Client *);
126 extern int can_join(struct Client *, const struct Channel *, const char *);
126   extern int has_member_flags(const struct Membership *, const unsigned int);
127  
128   extern void channel_do_join(struct Client *, char *, char *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines