diff options
Diffstat (limited to 'include/s_auth.h')
-rw-r--r-- | include/s_auth.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/s_auth.h b/include/s_auth.h index 44a1246..4eb024d 100644 --- a/include/s_auth.h +++ b/include/s_auth.h @@ -25,8 +25,6 @@ #ifndef INCLUDED_s_auth_h #define INCLUDED_s_auth_h -#include "hook.h" - /* * flag values for AuthRequest * NAMESPACE: AM_xxx - Authentication Module @@ -53,9 +51,8 @@ struct AuthRequest time_t timeout; /* time when query expires */ }; -extern struct Callback *auth_cb; - extern void auth_init(void); +extern void start_auth(struct Client *); extern void send_auth_query(struct AuthRequest *); extern void remove_auth_request(struct AuthRequest *); extern void delete_auth(struct AuthRequest *); |