From e427113fa856cd8e7a30fd1c4b904f4396180ca7 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Mon, 5 Aug 2013 01:10:57 -0700 Subject: chansrv: work on smartcard redir --- sesman/chansrv/smartcard.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sesman/chansrv/smartcard.h') 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 */ -- cgit v1.2.3