aboutsummaryrefslogtreecommitdiffstats
path: root/g10/apdu.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-10-10 15:12:02 +0000
committerWerner Koch <[email protected]>2003-10-10 15:12:02 +0000
commit5a0fbad9b3f44440d63c5b17a4e4197f4561f1e4 (patch)
tree457d9d2379faa0f264b9a62d9a10f22211e43fad /g10/apdu.h
parentAdd news about OpenPGP card support. (diff)
downloadgnupg-5a0fbad9b3f44440d63c5b17a4e4197f4561f1e4.tar.gz
gnupg-5a0fbad9b3f44440d63c5b17a4e4197f4561f1e4.zip
* cardglue.c (card_close): New.
* ccid-driver.c (ccid_close_reader): New. * apdu.c (close_ccid_reader, close_ct_reader, close_csc_reader) (close_osc_reader, apdu_close_reader): New. Not all are properly implemented yet. * g10.c (g10_exit): Use close_card.
Diffstat (limited to '')
-rw-r--r--g10/apdu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/apdu.h b/g10/apdu.h
index 6e4244ba0..21e2b9840 100644
--- a/g10/apdu.h
+++ b/g10/apdu.h
@@ -54,6 +54,7 @@ enum {
/* Note , that apdu_open_reader returns no status word but -1 on error. */
int apdu_open_reader (const char *portstr);
+int apdu_close_reader (int slot);
unsigned char *apdu_get_atr (int slot, size_t *atrlen);