diff options
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, |