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.
ircd-hybrid/trunk/include/user.h (file contents), Revision 4020 by michael, Fri Jun 20 16:17:27 2014 UTC

# Line 19 | Line 19
19   *  USA
20   */
21  
22 < /*! \file s_user.h
22 > /*! \file user.h
23   * \brief A header for the user functions.
24   * \version $Id$
25   */
26  
27 < #ifndef INCLUDED_s_user_h
28 < #define INCLUDED_s_user_h
27 > #ifndef INCLUDED_user_h
28 > #define INCLUDED_user_h
29  
30   #define IRC_MAXSID 3
31   #define IRC_MAXUID 6
# 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 send_umode(struct Client *, struct Client *,
40 <                       unsigned int, unsigned int, char *);
40 >                       unsigned int, char *);
41   extern void send_umode_out(struct Client *, struct Client *, unsigned int);
42   extern void show_lusers(struct Client *);
43   extern void show_isupport(struct Client *);
# Line 47 | Line 46 | extern void oper_up(struct Client *);
46   extern void register_local_user(struct Client *);
47   extern void register_remote_user(struct Client *,
48                                   const char *, const char *,
49 <                                 const char *, const char *);
49 >                                 const char *);
50   extern void init_uid(void);
51   extern int valid_sid(const char *);
52   extern int valid_hostname(const char *);

Diff Legend

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