projects
/
pam_pcsc_cr.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix args order
[pam_pcsc_cr.git]
/
pcsc_cr.h
diff --git
a/pcsc_cr.h
b/pcsc_cr.h
index da9733350e3ea77137ffaf75cc7b8a4faa545dce..35be3a41c7947441128f7c804e67372bd0c09099 100644
(file)
--- 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);