diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-09-24 11:17:50 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-09-24 11:17:50 -0700 |
commit | 675e1b86c44d6b75032ec4cb40f4ccfb8cd06358 (patch) | |
tree | 74076c1a8a96e2fa3cb9001e778f2dbb81d2cabe /sesman/chansrv/smartcard_pcsc.h | |
parent | fc31ae1f48bc2162c49daee8b79f66c67c9cf428 (diff) | |
download | xrdp-proprietary-675e1b86c44d6b75032ec4cb40f4ccfb8cd06358.tar.gz xrdp-proprietary-675e1b86c44d6b75032ec4cb40f4ccfb8cd06358.zip |
chansrv: work on smartcard
Diffstat (limited to 'sesman/chansrv/smartcard_pcsc.h')
-rw-r--r-- | sesman/chansrv/smartcard_pcsc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sesman/chansrv/smartcard_pcsc.h b/sesman/chansrv/smartcard_pcsc.h index 81bf5046..94effea9 100644 --- a/sesman/chansrv/smartcard_pcsc.h +++ b/sesman/chansrv/smartcard_pcsc.h @@ -41,5 +41,8 @@ int APP_CC scard_function_list_readers_return(struct trans *con, int APP_CC scard_function_get_status_change_return(struct trans *con, struct stream *in_s, int len); +int APP_CC scard_function_connect_return(struct trans *con, + struct stream *in_s, + int len); #endif /* end #ifndef _SMARTCARD_PCSC_H */ |