diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-09-16 00:16:21 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-09-16 00:16:21 -0700 |
commit | d926a5becd9814f55025a58fb4bb9263c6a24dbb (patch) | |
tree | 774c52ec4147f6d4c87dc2441dcac73afab435e2 /sesman/chansrv/smartcard_pcsc.h | |
parent | b206de3314b33b1d3264271dba2daa080898aad5 (diff) | |
download | xrdp-proprietary-d926a5becd9814f55025a58fb4bb9263c6a24dbb.tar.gz xrdp-proprietary-d926a5becd9814f55025a58fb4bb9263c6a24dbb.zip |
chansrv: work on smartcard
Diffstat (limited to 'sesman/chansrv/smartcard_pcsc.h')
-rw-r--r-- | sesman/chansrv/smartcard_pcsc.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sesman/chansrv/smartcard_pcsc.h b/sesman/chansrv/smartcard_pcsc.h index fd842a80..81bf5046 100644 --- a/sesman/chansrv/smartcard_pcsc.h +++ b/sesman/chansrv/smartcard_pcsc.h @@ -28,13 +28,18 @@ int APP_CC scard_pcsc_get_wait_objs(tbus *objs, int *count, int *timeout); int APP_CC scard_pcsc_check_wait_objs(void); int APP_CC scard_pcsc_init(void); int APP_CC scard_pcsc_deinit(void); -int APP_CC scard_function_establish_context_return(struct trans *con, tui32 context); - +int APP_CC scard_function_establish_context_return(struct trans *con, + struct stream *in_s, + int len); +int APP_CC scard_function_release_context_return(struct trans *con, + struct stream *in_s, + int len); int APP_CC scard_function_list_readers_return(struct trans *con, struct stream *in_s, int len); int APP_CC scard_function_get_status_change_return(struct trans *con, - struct stream *in_s, int len); + struct stream *in_s, + int len); #endif /* end #ifndef _SMARTCARD_PCSC_H */ |