diff options
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index 7342475e7..b80c6a05c 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -220,6 +220,8 @@ struct pin_entry_info_s int max_tries; /* max. number of allowed tries. */ int failed_tries; /* Number of tries so far failed. */ int with_qualitybar; /* Set if the quality bar should be displayed. */ + int with_repeat; /* Request repetition of the passphrase. */ + int repeat_okay; /* Repetition worked. */ int (*check_cb)(struct pin_entry_info_s *); /* CB used to check the PIN */ void *check_cb_arg; /* optional argument which might be of use in the CB */ const char *cb_errtext; /* used by the cb to display a specific error */ |