aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/call-agent.h')
-rw-r--r--g10/call-agent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h
index 1e72dc03f..282ba066b 100644
--- a/g10/call-agent.h
+++ b/g10/call-agent.h
@@ -202,6 +202,10 @@ gpg_error_t agent_genkey (ctrl_t ctrl,
const char *passphrase, time_t timestamp,
gcry_sexp_t *r_pubkey);
+/* Apply the Link attributes. */
+gpg_error_t agent_crosslink_keys (ctrl_t ctrl,
+ const char *hexgrip1, const char *hexgrip2);
+
/* Read a public key. FROMCARD may be 0, 1, or 2. */
gpg_error_t agent_readkey (ctrl_t ctrl, int fromcard, const char *hexkeygrip,
unsigned char **r_pubkey);