]> www.average.org Git - pam_pcsc_cr.git/blobdiff - pcsc_cr.h
PAM module works
[pam_pcsc_cr.git] / pcsc_cr.h
index 35be3a41c7947441128f7c804e67372bd0c09099..3bdd45f98e9b035b6b6978a777ef33062077d441 100644 (file)
--- a/pcsc_cr.h
+++ b/pcsc_cr.h
@@ -1,8 +1,9 @@
 #ifndef _PCSC_CR_H
 #define _PCSC_CR_H
 
 #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);
+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
 char *pcsc_errstr(long err);
 
 #endif