aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-03-19 10:21:51 +0000
committerWerner Koch <[email protected]>2009-03-19 10:21:51 +0000
commitc2c3cf4be187cd3a5a634e59b0df98338d6bf31e (patch)
tree3ff8644d5b759cf7e0f74e9890f0a195aaa92116 /agent/agent.h
parentMake sure not to leak file descriptors if running gpg-agent with a (diff)
downloadgnupg-c2c3cf4be187cd3a5a634e59b0df98338d6bf31e.tar.gz
gnupg-c2c3cf4be187cd3a5a634e59b0df98338d6bf31e.zip
Changed order of the confirmation questions for root certificates
and stores negative answers in trustlist.txt.
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h
index fa2c61d06..e6ec8147f 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -303,7 +303,7 @@ gpg_error_t parse_shadow_info (const unsigned char *shadow_info,
/*-- trustlist.c --*/
void initialize_module_trustlist (void);
-gpg_error_t agent_istrusted (ctrl_t ctrl, const char *fpr);
+gpg_error_t agent_istrusted (ctrl_t ctrl, const char *fpr, int *r_disabled);
gpg_error_t agent_listtrusted (void *assuan_context);
gpg_error_t agent_marktrusted (ctrl_t ctrl, const char *name,
const char *fpr, int flag);