aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/preauth/otp/otp_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/preauth/otp/otp_state.h')
-rw-r--r--src/plugins/preauth/otp/otp_state.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/preauth/otp/otp_state.h b/src/plugins/preauth/otp/otp_state.h
index 4247d0b..da57ad9 100644
--- a/src/plugins/preauth/otp/otp_state.h
+++ b/src/plugins/preauth/otp/otp_state.h
@@ -43,7 +43,8 @@ typedef enum otp_response {
typedef struct otp_state_st otp_state;
typedef void
-(*otp_cb)(void *data, krb5_error_code retval, otp_response response);
+(*otp_cb)(void *data, krb5_error_code retval, otp_response response,
+ char *const *indicators);
krb5_error_code
otp_state_new(krb5_context ctx, otp_state **self);