backport from HEAD
[freeradius.git] / src / modules / rlm_otp / otp_rad.h
index bd67117..a379ea6 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef OTP_RAD_H
 #define OTP_RAD_H
 
-#include "autoconf.h"
-#include "radiusd.h"
+#include <autoconf.h>
+#include <radiusd.h>
 #define OTP_LOG_DEBUG L_DBG
 #define OTP_LOG_ERR   L_ERR
 #define OTP_LOG_AUTH  L_AUTH
@@ -37,7 +37,7 @@ extern int otp_gen_state(char **, unsigned char **,
                          int32_t, int32_t, const unsigned char [16]);
 
 /* otp_pwe.c */
-#include "libradius.h"   /* VALUE_PAIR */
+#include <libradius.h>   /* VALUE_PAIR */
 struct otp_pwe_cmp_t {
   const REQUEST                *request;
   const otp_option_t   *inst;
@@ -45,7 +45,7 @@ struct otp_pwe_cmp_t {
   VALUE_PAIR           **returned_vps;
 };
 extern void otp_pwe_init(void);
-extern int otp_pwe_present(const REQUEST *);
-extern int otp_pwe_cmp(struct otp_pwe_cmp_t *, const char *);
+extern int otp_pwe_present(const REQUEST *, const char *);
+extern int otp_pwe_cmp(struct otp_pwe_cmp_t *, const char *, const char *);
 
 #endif /* OTP_RAD_H */