From 675e1b86c44d6b75032ec4cb40f4ccfb8cd06358 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Tue, 24 Sep 2013 11:17:50 -0700 Subject: chansrv: work on smartcard --- sesman/chansrv/smartcard_pcsc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sesman/chansrv/smartcard_pcsc.h') 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 */ -- cgit v1.2.1