diff options
Diffstat (limited to '')
-rw-r--r-- | agent/agent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h index e98a24699..3b53ba45d 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -406,7 +406,8 @@ gpg_error_t agent_key_info_from_file (ctrl_t ctrl, const unsigned char *grip, int *r_keytype, unsigned char **r_shadow_info); gpg_error_t agent_delete_key (ctrl_t ctrl, const char *desc_text, - const unsigned char *grip, int force); + const unsigned char *grip, + int force, int only_stubs); /*-- call-pinentry.c --*/ void initialize_module_call_pinentry (void); |