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

Comparing ircd-hybrid-7.2/include/client.h (file contents):
Revision 1013 by michael, Sun Oct 18 14:26:49 2009 UTC vs.
Revision 1015 by michael, Sun Oct 25 00:08:06 2009 UTC

# Line 212 | Line 212 | struct LocalUser
212    time_t last; /* Last time we got a PRIVMSG */
213  
214    char              *passwd;
215 <  int               caps;       /* capabilities bit-field */
216 <  int               enc_caps;   /* cipher capabilities bit-field */
215 >  unsigned int       caps;       /* capabilities bit-field */
216 >  unsigned int       enc_caps;   /* cipher capabilities bit-field */
217  
218   #ifdef HAVE_LIBCRYPTO
219    struct EncCapability *in_cipher;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines