diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-08-05 01:10:57 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-08-05 01:10:57 -0700 |
commit | e427113fa856cd8e7a30fd1c4b904f4396180ca7 (patch) | |
tree | c99f8aae7d89372b1982ac90234b2ea1377ccfac /sesman/chansrv/smartcard.h | |
parent | 474d17d556d1f056b4055643a6a897483100dd7e (diff) | |
download | xrdp-proprietary-e427113fa856cd8e7a30fd1c4b904f4396180ca7.tar.gz xrdp-proprietary-e427113fa856cd8e7a30fd1c4b904f4396180ca7.zip |
chansrv: work on smartcard redir
Diffstat (limited to 'sesman/chansrv/smartcard.h')
-rw-r--r-- | sesman/chansrv/smartcard.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sesman/chansrv/smartcard.h b/sesman/chansrv/smartcard.h index 88f31369..a85b9f5f 100644 --- a/sesman/chansrv/smartcard.h +++ b/sesman/chansrv/smartcard.h @@ -39,4 +39,13 @@ void scard_handle_ListReaders_Return(struct stream *s, IRP *irp, tui32 DeviceId, tui32 CompletionId, tui32 IoStatus); +int APP_CC +scard_get_wait_objs(tbus *objs, int *count, int *timeout); +int APP_CC +scard_check_wait_objs(void); +int APP_CC +scard_init(void); +int APP_CC +scard_deinit(void); + #endif /* end #ifndef _SMARTCARD_C */ |