]> www.average.org Git - pam_pcsc_cr.git/blob - pcsc_cr.h
eprint don't need \n in the format
[pam_pcsc_cr.git] / pcsc_cr.h
1 #ifndef _PCSC_CR_H
2 #define _PCSC_CR_H
3
4 int pcsc_option(char *option);
5 long pcsc_cr(unsigned char *chal, int csize, unsigned char *resp, int *rsize);
6 char *pcsc_errstr(long err);
7
8 #endif