summaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-09-15 20:53:37 +0200
committerWerner Koch <wk@gnupg.org>2006-09-15 20:53:37 +0200
commit7f42987b075e39847cb576388419747e0a167e42 (patch)
treea22758549e243c6b930f311ad0bcf3d99e3327fe /agent/agent.h
parentTake advantage of newer gpg-error features. (diff)
downloadgnupg2-7f42987b075e39847cb576388419747e0a167e42.tar.xz
gnupg2-7f42987b075e39847cb576388419747e0a167e42.zip
Allow for a global trustlist.
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/agent/agent.h b/agent/agent.h
index ffb6cded8..7559a3e63 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -252,11 +252,10 @@ int agent_get_shadow_info (const unsigned char *shadowkey,
/*-- trustlist.c --*/
-int agent_istrusted (const char *fpr);
-int agent_listtrusted (void *assuan_context);
-int agent_marktrusted (ctrl_t ctrl, const char *name,
- const char *fpr, int flag);
-void agent_trustlist_housekeeping (void);
+gpg_error_t agent_istrusted (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);
void agent_reload_trustlist (void);