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 1798 by michael, Sun Mar 31 17:09:50 2013 UTC vs.
Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC

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

Diff Legend

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