diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-11-29 21:28:13 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-11-29 21:28:13 -0800 |
commit | 3d4fbb883a6843a46b04a2e4c758a9cf4f094fb8 (patch) | |
tree | da571615b0a345cae9a546bbc88de6cb56cc7873 /sesman/chansrv/smartcard_pcsc.h | |
parent | 7ca01ac38143e98d64937437ae77bc27b8f6169c (diff) | |
download | xrdp-proprietary-3d4fbb883a6843a46b04a2e4c758a9cf4f094fb8.tar.gz xrdp-proprietary-3d4fbb883a6843a46b04a2e4c758a9cf4f094fb8.zip |
chansrv: work on getting MSTSC smartcard working
Diffstat (limited to 'sesman/chansrv/smartcard_pcsc.h')
-rw-r--r-- | sesman/chansrv/smartcard_pcsc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sesman/chansrv/smartcard_pcsc.h b/sesman/chansrv/smartcard_pcsc.h index bd5b9090..456d0701 100644 --- a/sesman/chansrv/smartcard_pcsc.h +++ b/sesman/chansrv/smartcard_pcsc.h @@ -36,7 +36,7 @@ int APP_CC scard_function_release_context_return(struct trans *con, int len); int APP_CC scard_function_list_readers_return(struct trans *con, struct stream *in_s, - int len); + int len, int status); int APP_CC scard_function_transmit_return(struct trans *con, struct stream *in_s, @@ -48,7 +48,7 @@ int APP_CC scard_function_control_return(struct trans *con, int APP_CC scard_function_get_status_change_return(struct trans *con, struct stream *in_s, - int len); + int len, int status); int APP_CC scard_function_connect_return(struct trans *con, struct stream *in_s, |