]> www.average.org Git - pam_pcsc_cr.git/blobdiff - base64.h
make svg picture
[pam_pcsc_cr.git] / base64.h
index f1fe1f10895ae40abb8faaa2c595a043decefe5c..83d5cf580c4b1ed5ef30351256a150204289a71c 100644 (file)
--- a/base64.h
+++ b/base64.h
@@ -10,8 +10,8 @@ For details, see http://sourceforge.net/projects/libb64
 #ifndef BASE64_H
 #define BASE64_H
 
 #ifndef BASE64_H
 #define BASE64_H
 
-int b64_encode(const char *src, const int ssize,
+int b64_encode(const unsigned char *src, const int ssize,
                char *const b64, int *const bsize);
                char *const b64, int *const bsize);
-int b64_decode(const char *b64, char *const dst, int *const dsize);
+int b64_decode(const char *b64, unsigned char *const dst, int *const dsize);
 
 #endif /* BASE64_H */
 
 #endif /* BASE64_H */