X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=pcsc_cr.h;h=35be3a41c7947441128f7c804e67372bd0c09099;hp=da9733350e3ea77137ffaf75cc7b8a4faa545dce;hb=ecefc4912f36f9153e63e7e0ee90d8ef69898fed;hpb=7c4066e68330f89016e939a6ad34036f9e00c11d diff --git a/pcsc_cr.h b/pcsc_cr.h index da97333..35be3a4 100644 --- a/pcsc_cr.h +++ b/pcsc_cr.h @@ -1,6 +1,7 @@ #ifndef _PCSC_CR_H #define _PCSC_CR_H +int pcsc_option(char *option); long pcsc_cr(unsigned char *chal, int csize, unsigned char *resp, int *rsize); char *pcsc_errstr(long err);