summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/smartcard.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-09-08 14:22:53 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-09-08 14:22:53 -0700
commita9f37229ac997ceefb4ce75da7a97525e8e2e5ed (patch)
tree03aa366b4db4660e8bb7b117cdc4757c48b553ed /sesman/chansrv/smartcard.h
parentd22b8b5ed0868adf21a6b96a8f119dda5b96c25a (diff)
downloadxrdp-proprietary-a9f37229ac997ceefb4ce75da7a97525e8e2e5ed.tar.gz
xrdp-proprietary-a9f37229ac997ceefb4ce75da7a97525e8e2e5ed.zip
chansrv: work on smartcard
Diffstat (limited to 'sesman/chansrv/smartcard.h')
-rw-r--r--sesman/chansrv/smartcard.h6
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 */