comparison src/auth/otp-skey-common.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents e33a87152c41
children
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __OTP_SKEY_COMMON_H__ 1 #ifndef OTP_SKEY_COMMON_H
2 #define __OTP_SKEY_COMMON_H__ 2 #define OTP_SKEY_COMMON_H
3 3
4 struct otp_auth_request { 4 struct otp_auth_request {
5 struct auth_request auth_request; 5 struct auth_request auth_request;
6 6
7 pool_t pool; 7 pool_t pool;
17 17
18 void otp_set_credentials_callback(bool success, 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