aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-09-25 18:29:20 +0000
committerWerner Koch <[email protected]>2006-09-25 18:29:20 +0000
commitd94faf4a3d4daf6be1d732b226a4d6468dbf0f4f (patch)
tree5ac646af1bdfeb051ddd903a69f430bc18693171 /agent/agent.h
parentPreparing a new release (diff)
downloadgnupg-d94faf4a3d4daf6be1d732b226a4d6468dbf0f4f.tar.gz
gnupg-d94faf4a3d4daf6be1d732b226a4d6468dbf0f4f.zip
New "relax" option for trustlist.txt
Diffstat (limited to '')
-rw-r--r--agent/agent.h3
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);