diff options
Diffstat (limited to 'sesman/chansrv/smartcard_pcsc.h')
-rw-r--r-- | sesman/chansrv/smartcard_pcsc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sesman/chansrv/smartcard_pcsc.h b/sesman/chansrv/smartcard_pcsc.h index 282128f9..bac8638c 100644 --- a/sesman/chansrv/smartcard_pcsc.h +++ b/sesman/chansrv/smartcard_pcsc.h @@ -36,7 +36,8 @@ scard_pcsc_deinit(void); int APP_CC scard_function_establish_context_return(struct trans *con, int context); int APP_CC -scard_function_get_readers_state_return(struct trans *con, struct stream *in_s, - int len); +scard_function_list_readers_return(struct trans *con, + struct stream *in_s, + int len); #endif /* end #ifndef _SMARTCARD_PCSC_H */ |