diff options
author | Werner Koch <[email protected]> | 2006-09-25 18:29:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-25 18:29:20 +0000 |
commit | d94faf4a3d4daf6be1d732b226a4d6468dbf0f4f (patch) | |
tree | 5ac646af1bdfeb051ddd903a69f430bc18693171 /agent/agent.h | |
parent | Preparing a new release (diff) | |
download | gnupg-d94faf4a3d4daf6be1d732b226a4d6468dbf0f4f.tar.gz gnupg-d94faf4a3d4daf6be1d732b226a4d6468dbf0f4f.zip |
New "relax" option for trustlist.txt
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 7559a3e63..3667e8149 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -174,6 +174,7 @@ void agent_exit (int rc) JNLIB_GCC_A_NR; /* Also implemented in other tools */ void agent_init_default_ctrl (struct server_control_s *ctrl); /*-- command.c --*/ +gpg_error_t agent_write_status (ctrl_t ctrl, const char *keyword, ...); void start_command_handler (int, int); /*-- command-ssh.c --*/ @@ -252,7 +253,7 @@ int agent_get_shadow_info (const unsigned char *shadowkey, /*-- trustlist.c --*/ -gpg_error_t agent_istrusted (const char *fpr); +gpg_error_t agent_istrusted (ctrl_t ctrl, const char *fpr); gpg_error_t agent_listtrusted (void *assuan_context); gpg_error_t agent_marktrusted (ctrl_t ctrl, const char *name, const char *fpr, int flag); |