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-7.3/include/s_user.h (file contents):
Revision 1079 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1080 by michael, Wed Mar 10 23:09:36 2010 UTC

# Line 35 | Line 35 | extern unsigned int MaxClientCount;
35   extern unsigned int MaxConnectionCount; /* GLOBAL - highest number of connections */
36   extern struct Callback *entering_umode_cb;
37   extern struct Callback *umode_cb;
38 extern struct Callback *uid_get_cb;
38   extern unsigned int user_modes[];
39  
40   extern void assemble_umode_buffer(void);
# Line 47 | Line 46 | extern void show_lusers(struct Client *)
46   extern void show_isupport(struct Client *);
47   extern void oper_up(struct Client *);
48  
49 < extern void register_local_user(struct Client *, struct Client *,
50 <                                const char *, const char *);
52 < extern void register_remote_user(struct Client *, struct Client *,
49 > extern void register_local_user(struct Client *);
50 > extern void register_remote_user(struct Client *,
51                                   const char *, const char *,
52                                   const char *, const char *);
53 < extern void do_local_user(const char *, struct Client *, struct Client *,
53 > extern void do_local_user(struct Client *,
54                            const char *, const char *, const char *,
55                            const char *);
56   extern void init_uid(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines