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 3940 by michael, Tue Jun 10 19:27:34 2014 UTC vs.
Revision 3945 by michael, Mon Jun 16 18:04:33 2014 UTC

# Line 113 | Line 113 | struct Ban
113    int type;
114   };
115  
116 < extern dlink_list global_channel_list;
116 > extern dlink_list channel_list;
117  
118   extern int check_channel_name(const char *, const int);
119   extern int can_send(struct Channel *, struct Client *, struct Membership *, const char *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines