From d926a5becd9814f55025a58fb4bb9263c6a24dbb Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Mon, 16 Sep 2013 00:16:21 -0700 Subject: chansrv: work on smartcard --- sesman/chansrv/smartcard_pcsc.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sesman/chansrv/smartcard_pcsc.h') 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 */ -- cgit v1.2.1