diff options
author | Werner Koch <[email protected]> | 2006-09-06 16:35:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-06 16:35:52 +0000 |
commit | eef036df235b7fb16b57bb78daf6f7e590d8e6d6 (patch) | |
tree | 9350e6fa2ffde2219b3b13dabb450c96064ca1ad /scd/apdu.c | |
parent | Minor changes and typo fixes. (diff) | |
download | gnupg-eef036df235b7fb16b57bb78daf6f7e590d8e6d6.tar.gz gnupg-eef036df235b7fb16b57bb78daf6f7e590d8e6d6.zip |
The big Assuan error code removal.
Diffstat (limited to 'scd/apdu.c')
-rw-r--r-- | scd/apdu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scd/apdu.c b/scd/apdu.c index d6bbdefd5..01c48cdf0 100644 --- a/scd/apdu.c +++ b/scd/apdu.c @@ -274,7 +274,8 @@ long (* DLSTDCALL pcsc_status) (unsigned long card, unsigned long *r_protocol, unsigned char *atr, unsigned long *atrlen); long (* DLSTDCALL pcsc_begin_transaction) (unsigned long card); -long (* DLSTDCALL pcsc_end_transaction) (unsigned long card); +long (* DLSTDCALL pcsc_end_transaction) (unsigned long card, + unsigned long disposition); long (* DLSTDCALL pcsc_transmit) (unsigned long card, const pcsc_io_request_t send_pci, const unsigned char *send_buffer, |