diff options
Diffstat (limited to '')
-rw-r--r-- | scd/apdu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/apdu.h b/scd/apdu.h index a0654a242..f31e42e3d 100644 --- a/scd/apdu.h +++ b/scd/apdu.h @@ -76,6 +76,7 @@ int apdu_open_remote_reader (const char *portstr, void *writefnc_value, void (*closefnc) (void *opaque), void *closefnc_value); +int apdu_shutdown_reader (int slot); int apdu_close_reader (int slot); int apdu_enum_reader (int slot, int *used); unsigned char *apdu_get_atr (int slot, size_t *atrlen); |