aboutsummaryrefslogtreecommitdiffstats
path: root/tkd/tkdaemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tkd/tkdaemon.h')
-rw-r--r--tkd/tkdaemon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tkd/tkdaemon.h b/tkd/tkdaemon.h
index 5d2a15fea..181cd71ef 100644
--- a/tkd/tkdaemon.h
+++ b/tkd/tkdaemon.h
@@ -121,6 +121,7 @@ gpg_error_t tkd_readkey (ctrl_t ctrl, assuan_context_t ctx,
const char *keygrip);
gpg_error_t tkd_keyinfo (ctrl_t ctrl, assuan_context_t ctx,
const char *keygrip, int opt_data, int cap);
-
+gpg_error_t tkd_readcert (ctrl_t ctrl, assuan_context_t ctx,
+ const char *keygrip);
#endif /*TKDAEMON_H*/