# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |