diff options
Diffstat (limited to 'sesman/chansrv/smartcard_pcsc.h')
-rw-r--r-- | sesman/chansrv/smartcard_pcsc.h | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/sesman/chansrv/smartcard_pcsc.h b/sesman/chansrv/smartcard_pcsc.h index 1c8c6d7b..ef1ccd68 100644 --- a/sesman/chansrv/smartcard_pcsc.h +++ b/sesman/chansrv/smartcard_pcsc.h @@ -24,15 +24,23 @@ #ifndef _SMARTCARD_PCSC_H #define _SMARTCARD_PCSC_H -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, int context); - -int APP_CC scard_function_list_readers_return(struct trans *con, - struct stream *in_s, - int len); +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, int context); +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); #endif /* end #ifndef _SMARTCARD_PCSC_H */ |