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-7.2/include/channel_mode.h (file contents):
Revision 759 by michael, Fri Aug 18 14:29:45 2006 UTC vs.
Revision 1015 by michael, Sun Oct 25 00:08:06 2009 UTC

# Line 82 | Line 82 | struct ChModeChange
82    const char *arg;
83    const char *id;
84    int dir;
85 <  int caps;
86 <  int nocaps;
85 >  unsigned int caps;
86 >  unsigned int nocaps;
87    int mems;
88    struct Client *client;
89   };
# Line 91 | Line 91 | struct ChModeChange
91   struct ChCapCombo
92   {
93    int count;
94 <  int cap_yes;
95 <  int cap_no;
94 >  unsigned int cap_yes;
95 >  unsigned int cap_no;
96   };
97  
98   extern int add_id(struct Client *, struct Channel *, char *, int);

Diff Legend

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