comparison src/auth/otp-skey-common.h @ 6213:e33a87152c41 HEAD

Changed set_credentials() callback to take a bool success instead of enum passdb_result.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Aug 2007 13:15:28 +0300
parents c04189d77a59
children e4eb71ae8e96
comparison
equal deleted inserted replaced
6212:6162c80dc9b7 6213:e33a87152c41
13 13
14 void otp_lock_init(void); 14 void otp_lock_init(void);
15 int otp_try_lock(struct auth_request *auth_request); 15 int otp_try_lock(struct auth_request *auth_request);
16 void otp_unlock(struct auth_request *auth_request); 16 void otp_unlock(struct auth_request *auth_request);
17 17
18 void otp_set_credentials_callback(enum passdb_result result, 18 void otp_set_credentials_callback(bool success,
19 struct auth_request *auth_request); 19 struct auth_request *auth_request);
20 void mech_otp_skey_auth_free(struct auth_request *auth_request); 20 void mech_otp_skey_auth_free(struct auth_request *auth_request);
21 21
22 #endif /* __OTP_SKEY_COMMON_H__ */ 22 #endif /* __OTP_SKEY_COMMON_H__ */