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