diff options
Diffstat (limited to 'sesman/chansrv/smartcard.h')
-rw-r--r-- | sesman/chansrv/smartcard.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sesman/chansrv/smartcard.h b/sesman/chansrv/smartcard.h index a85b9f5f..ecf79a04 100644 --- a/sesman/chansrv/smartcard.h +++ b/sesman/chansrv/smartcard.h @@ -26,6 +26,7 @@ #include "parse.h" #include "irp.h" +#include "trans.h" /* forward declarations */ void scard_device_announce(tui32 device_id); @@ -48,4 +49,9 @@ scard_init(void); int APP_CC scard_deinit(void); +int APP_CC +scard_send_irp_establish_context(struct trans *con, int scope); +int APP_CC +scard_send_irp_list_readers(struct trans *con); + #endif /* end #ifndef _SMARTCARD_C */ |