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

Comparing ircd-hybrid-7.2/include/channel.h (file contents):
Revision 371 by michael, Tue Jan 10 10:45:48 2006 UTC vs.
Revision 454 by michael, Sun Feb 12 19:01:25 2006 UTC

# Line 100 | Line 100 | struct Ban
100   extern dlink_list global_channel_list;
101  
102   extern int check_channel_name(const char *);
103 < extern int can_send(struct Channel *, struct Client *);
104 < extern int can_send_part(struct Membership *, struct Channel *, struct Client *);
103 > extern int can_send(struct Channel *, struct Client *, struct Membership *);
104   extern int is_banned(struct Channel *, struct Client *);
105   extern int can_join(struct Client *, struct Channel *, const char *);
106   extern int has_member_flags(struct Membership *, unsigned int);

Diff Legend

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