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

Comparing ircd-hybrid/branches/8.2.x/include/user.h (file contents):
Revision 5392 by michael, Sun Jan 11 12:41:14 2015 UTC vs.
Revision 5393 by michael, Tue Jan 20 13:42:21 2015 UTC

# Line 33 | Line 33
33  
34   struct Client;
35  
36 < extern const unsigned int user_modes[];
36 > struct user_modes
37 > {
38 >  char c;
39 >  unsigned int flag;
40 > };
41  
42 < extern void assemble_umode_buffer(void);
42 > extern const struct user_modes *umode_map[];
43 > extern const struct user_modes  umode_tab[];
44 >
45 > extern void user_usermodes_init(void);
46   extern void send_umode(struct Client *, struct Client *,
47                         unsigned int, char *);
48   extern void send_umode_out(struct Client *, unsigned int);

Diff Legend

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