aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-01-15 13:01:52 +0000
committerWerner Koch <[email protected]>2002-01-15 13:01:52 +0000
commit148aa6e529e5ea59e595048ed1d2aef8109d7eb3 (patch)
treed43bc4e2dc733f4a38025e05226f065928e63b30 /agent/agent.h
parent* call-dirmngr.c (inq_certificate): Changed for new interface semantic. (diff)
downloadgnupg-148aa6e529e5ea59e595048ed1d2aef8109d7eb3.tar.gz
gnupg-148aa6e529e5ea59e595048ed1d2aef8109d7eb3.zip
* trustlist.c: New.
* command.c (cmd_istrusted, cmd_listtrusted, cmd_marktrusted): New.
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h
index b3e18c661..9f2b69cc2 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -109,6 +109,10 @@ int agent_pkdecrypt (CTRL ctrl, const char *ciphertext, size_t ciphertextlen,
int agent_genkey (CTRL ctrl,
const char *keyparam, size_t keyparmlen, FILE *outfp);
+/*-- trustlist.c --*/
+int agent_istrusted (const char *fpr);
+int agent_listtrusted (void *assuan_context);
+
#endif /*AGENT_H*/