aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cardglue.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/cardglue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/cardglue.h b/g10/cardglue.h
index b0ad8aa61..b2f020589 100644
--- a/g10/cardglue.h
+++ b/g10/cardglue.h
@@ -158,6 +158,10 @@ int agent_scd_pkdecrypt (const char *serialno,
/* Change the PIN of an OpenPGP card or reset the retry counter. */
int agent_scd_change_pin (int chvno);
+/* Send a CHECKPIN command. */
+int agent_scd_checkpin (const char *serialnobuf);
+
+
#endif /*ENABLE_CARD_SUPPORT*/
#endif /*GNUPG_G10_CARDGLUE_H*/