import from HEAD:
[freeradius.git] / src / modules / rlm_otp / otp.h
index 0ab269e..3240d1a 100644 (file)
@@ -44,6 +44,7 @@ RCSIDH(otp_h, "$Id$")
 #define OTP_RC_AUTH_ERR                3
 #define OTP_RC_MAXTRIES                4
 #define OTP_RC_SERVICE_ERR     5
+#define OTP_RC_NEXT_PASSCODE   6
 
 #define OTP_MAX_USERNAME_LEN           31
 /* only needs to be MAX_PIN_LEN (16) + MAX_RESPONSE_LEN (16) */