diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-12-30 13:41:38 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-12-30 13:41:38 -0800 |
commit | 9f8d3697472ce8dc6353172e9a471568d1aec45e (patch) | |
tree | 22bf5f7fb6bbb034761dcd55b264c7052333e80a /sesman/chansrv/smartcard.h | |
parent | 2aa92fd6a85a479343e6d2fb408bfc9a4e40fe18 (diff) | |
download | xrdp-proprietary-9f8d3697472ce8dc6353172e9a471568d1aec45e.tar.gz xrdp-proprietary-9f8d3697472ce8dc6353172e9a471568d1aec45e.zip |
chansrv: smartcard, fix for SCardControl, SCardTransmit
Diffstat (limited to 'sesman/chansrv/smartcard.h')
-rw-r--r-- | sesman/chansrv/smartcard.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sesman/chansrv/smartcard.h b/sesman/chansrv/smartcard.h index 5004f498..3ea503a8 100644 --- a/sesman/chansrv/smartcard.h +++ b/sesman/chansrv/smartcard.h @@ -156,7 +156,9 @@ int APP_CC scard_send_transmit(void *user_data, struct xrdp_scard_io_request *send_ior, struct xrdp_scard_io_request *recv_ior); -int APP_CC scard_send_control(void *user_data, char *card, int card_bytes, +int APP_CC scard_send_control(void *user_data, + char *context, int context_bytes, + char *card, int card_bytes, char *send_data, int send_bytes, int recv_bytes, int control_code); |