]> www.average.org Git - pam_pcsc_cr.git/blobdiff - pcsc_cr.h
gitignore *.a
[pam_pcsc_cr.git] / pcsc_cr.h
index da9733350e3ea77137ffaf75cc7b8a4faa545dce..3bdd45f98e9b035b6b6978a777ef33062077d441 100644 (file)
--- 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