diff options
author | Werner Koch <[email protected]> | 2002-01-29 10:05:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-01-29 10:05:05 +0000 |
commit | 2d1d9d928c652f4d9fcab2d9d020c6225c16ee2c (patch) | |
tree | 9d6ced2631cee69c3f8e2dae8396c78ab3fc3a00 /agent/agent.h | |
parent | * certreqgen.c (create_request): Store the email address in the req. (diff) | |
download | gnupg-2d1d9d928c652f4d9fcab2d9d020c6225c16ee2c.tar.gz gnupg-2d1d9d928c652f4d9fcab2d9d020c6225c16ee2c.zip |
* findkey.c (agent_key_available): New.
* command.c (cmd_havekey): New.
(register_commands): And register new command.
Diffstat (limited to '')
-rw-r--r-- | agent/agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index 6db2f4b9c..d999bdad8 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -94,6 +94,7 @@ void start_command_handler (int); /*-- findkey.c --*/ GCRY_SEXP agent_key_from_file (const unsigned char *grip); +int agent_key_available (const unsigned char *grip); /*-- query.c --*/ int agent_askpin (const char *desc_text, struct pin_entry_info_s *pininfo); |