diff options
| author | Werner Koch <[email protected]> | 2004-04-27 08:23:45 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2004-04-27 08:23:45 +0000 |
| commit | 577d9c2342f99ebf163d35519ab8adc573f26765 (patch) | |
| tree | 0b5ecdd7f3f18987dd069573b03d4a1c55d64b53 /g10/ccid-driver.h | |
| parent | * getkey.c (get_seckey_byname2): Significantly simplify this function by (diff) | |
| download | gnupg-577d9c2342f99ebf163d35519ab8adc573f26765.tar.gz gnupg-577d9c2342f99ebf163d35519ab8adc573f26765.zip | |
A bunch of changes for the openpgp card.
Diffstat (limited to 'g10/ccid-driver.h')
| -rw-r--r-- | g10/ccid-driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/ccid-driver.h b/g10/ccid-driver.h index e33be55d9..8b86eb1a5 100644 --- a/g10/ccid-driver.h +++ b/g10/ccid-driver.h @@ -63,6 +63,7 @@ int ccid_open_reader (ccid_driver_t *handle, int readerno); int ccid_close_reader (ccid_driver_t handle); int ccid_get_atr (ccid_driver_t handle, unsigned char *atr, size_t maxatrlen, size_t *atrlen); +int ccid_slot_status (ccid_driver_t handle, int *statusbits); int ccid_transceive (ccid_driver_t handle, const unsigned char *apdu, size_t apdulen, unsigned char *resp, size_t maxresplen, size_t *nresp); |
