aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h
index a849e873f..a4312e081 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -141,7 +141,8 @@ int agent_key_available (const unsigned char *grip);
/*-- query.c --*/
int agent_askpin (ctrl_t ctrl,
- const char *desc_text, struct pin_entry_info_s *pininfo);
+ const char *desc_text, const char *inital_errtext,
+ struct pin_entry_info_s *pininfo);
int agent_get_passphrase (ctrl_t ctrl, char **retpass,
const char *desc, const char *prompt,
const char *errtext);