diff options
Diffstat (limited to 'src/s_auth.c')
-rw-r--r-- | src/s_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s_auth.c b/src/s_auth.c index 3c4f2a7..9be758f 100644 --- a/src/s_auth.c +++ b/src/s_auth.c @@ -87,12 +87,12 @@ static CBFUNC start_auth; struct Callback *auth_cb = NULL; -/* init_auth() +/* auth_init * * Initialise the auth code */ void -init_auth(void) +auth_init(void) { auth_pool = mp_pool_new(sizeof(struct AuthRequest), MP_CHUNK_SIZE_AUTH); auth_cb = register_callback("start_auth", start_auth); |