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

Comparing ircd-hybrid/trunk/include/s_user.h (file contents):
Revision 2865 by michael, Sun Jan 19 14:35:22 2014 UTC vs.
Revision 3156 by michael, Fri Mar 14 19:57:38 2014 UTC

# Line 36 | Line 36 | struct Client;
36   extern const unsigned int user_modes[];
37  
38   extern void assemble_umode_buffer(void);
39 < extern void set_user_mode(struct Client *, struct Client *, const int, char *[]);
39 > extern void set_user_mode(struct Client *, const int, char *[]);
40   extern void send_umode(struct Client *, struct Client *,
41                         unsigned int, unsigned int, char *);
42   extern void send_umode_out(struct Client *, struct Client *, unsigned int);
# Line 47 | Line 47 | extern void oper_up(struct Client *);
47   extern void register_local_user(struct Client *);
48   extern void register_remote_user(struct Client *,
49                                   const char *, const char *,
50 <                                 const char *, const char *);
50 >                                 const char *);
51   extern void init_uid(void);
52   extern int valid_sid(const char *);
53   extern int valid_hostname(const char *);

Diff Legend

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