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

Comparing ircd-hybrid-8/include/channel_mode.h (file contents):
Revision 1173 by michael, Sun Aug 14 00:23:02 2011 UTC vs.
Revision 1175 by michael, Sun Aug 14 10:47:48 2011 UTC

# Line 99 | Line 99 | struct ChCapCombo
99    unsigned int cap_no;
100   };
101  
102 + struct mode_letter
103 + {
104 +  const unsigned int mode;
105 +  const unsigned char letter;
106 + };
107 +
108 + extern const struct mode_letter chan_modes[];
109   extern int add_id(struct Client *, struct Channel *, char *, int);
110   extern void set_channel_mode(struct Client *, struct Client *, struct Channel *,
111                               struct Membership *, int, char **, char *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines