projects
/
pam_pcsc_cr.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
create new file and rename
[pam_pcsc_cr.git]
/
pcsc_cr.h
1
#ifndef _PCSC_CR_H
2
#define _PCSC_CR_H
3
4
int pcsc_option(const char *option);
5
long pcsc_cr(const unsigned char *chal, const int csize,
6
unsigned char *resp, int *rsize);
7
char *pcsc_errstr(long err);
8
9
#endif