aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cardglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/cardglue.h')
-rw-r--r--g10/cardglue.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/g10/cardglue.h b/g10/cardglue.h
index 764064ece..812d44e2e 100644
--- a/g10/cardglue.h
+++ b/g10/cardglue.h
@@ -183,6 +183,12 @@ int agent_scd_change_pin (int chvno);
/* Send a CHECKPIN command. */
int agent_scd_checkpin (const char *serialnobuf);
+/* Call the store key utility command. */
+int agent_openpgp_storekey (int keyno,
+ unsigned char *template, size_t template_len,
+ time_t created_at,
+ const unsigned char *m, size_t mlen,
+ const unsigned char *e, size_t elen);
#endif /*ENABLE_CARD_SUPPORT*/
#endif /*GNUPG_G10_CARDGLUE_H*/