diff options
Diffstat (limited to '')
-rw-r--r-- | g10/apdu.h | 1 |
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); |