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

Comparing ircd-hybrid/trunk/src/s_auth.c (file contents):
Revision 1654 by michael, Fri Nov 16 19:39:37 2012 UTC vs.
Revision 1798 by michael, Sun Mar 31 17:09:50 2013 UTC

# Line 87 | Line 87 | static CBFUNC start_auth;
87  
88   struct Callback *auth_cb = NULL;
89  
90 < /* init_auth()
90 > /* auth_init
91   *
92   * Initialise the auth code
93   */
94   void
95 < init_auth(void)
95 > auth_init(void)
96   {
97    auth_pool = mp_pool_new(sizeof(struct AuthRequest), MP_CHUNK_SIZE_AUTH);
98    auth_cb = register_callback("start_auth", start_auth);

Diff Legend

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