| 25 |
|
#ifndef INCLUDED_s_auth_h |
| 26 |
|
#define INCLUDED_s_auth_h |
| 27 |
|
|
| 28 |
– |
#include "hook.h" |
| 29 |
– |
|
| 28 |
|
/* |
| 29 |
|
* flag values for AuthRequest |
| 30 |
|
* NAMESPACE: AM_xxx - Authentication Module |
| 51 |
|
time_t timeout; /* time when query expires */ |
| 52 |
|
}; |
| 53 |
|
|
| 56 |
– |
extern struct Callback *auth_cb; |
| 57 |
– |
|
| 54 |
|
extern void auth_init(void); |
| 55 |
+ |
extern void start_auth(struct Client *); |
| 56 |
|
extern void send_auth_query(struct AuthRequest *); |
| 57 |
|
extern void remove_auth_request(struct AuthRequest *); |
| 58 |
|
extern void delete_auth(struct AuthRequest *); |