summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/smartcard.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-10-19 15:36:57 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-10-19 15:36:57 -0700
commit62bdacda9bd43e2904f0d3a25b4cd26569a1a792 (patch)
treef1d9eeb82fe7d8ae30dd1c036330529994e5ff63 /sesman/chansrv/smartcard.h
parentb69c144c7dc1cbd2d6bed5ac905f5a896719a6fb (diff)
downloadxrdp-proprietary-62bdacda9bd43e2904f0d3a25b4cd26569a1a792.tar.gz
xrdp-proprietary-62bdacda9bd43e2904f0d3a25b4cd26569a1a792.zip
chansrv: work on smartcard
Diffstat (limited to 'sesman/chansrv/smartcard.h')
-rw-r--r--sesman/chansrv/smartcard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sesman/chansrv/smartcard.h b/sesman/chansrv/smartcard.h
index 432cc80b..88f4cdf6 100644
--- a/sesman/chansrv/smartcard.h
+++ b/sesman/chansrv/smartcard.h
@@ -128,7 +128,8 @@ int APP_CC scard_send_reconnect(struct trans *con, tui32 context,
int APP_CC scard_send_begin_transaction(struct trans *con, tui32 sc_handle);
int APP_CC scard_send_end_transaction(struct trans *con, tui32 sc_handle,
tui32 dwDisposition);
-int APP_CC scard_send_status(struct trans *con, int wide, tui32 sc_handle);
+int APP_CC scard_send_status(struct trans *con, int wide, tui32 sc_handle,
+ int cchReaderLen, int cbAtrLen);
int APP_CC scard_send_disconnect(struct trans *con, tui32 context,
tui32 sc_handle, int dwDisposition);