summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/smartcard.h
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-08-09 19:44:05 -0700
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2013-08-09 19:44:05 -0700
commitd2de1b703be307ffd36e618cef68b3976ddf548d (patch)
tree26fd69308d9f66a213c817ac3d47061af4772b2b /sesman/chansrv/smartcard.h
parent23433c9c7e10af845c80a6b58324f24b1f3cf189 (diff)
parent8b48e2274e4ecbce56893b6915d13781474d19d6 (diff)
downloadxrdp-proprietary-d2de1b703be307ffd36e618cef68b3976ddf548d.tar.gz
xrdp-proprietary-d2de1b703be307ffd36e618cef68b3976ddf548d.zip
Merge branch 'master' of github.com:neutrinolabs/xrdp
Diffstat (limited to 'sesman/chansrv/smartcard.h')
-rw-r--r--sesman/chansrv/smartcard.h9
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 */