X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=base64.h;h=83d5cf580c4b1ed5ef30351256a150204289a71c;hp=f1fe1f10895ae40abb8faaa2c595a043decefe5c;hb=f6b4fd086473f179295386fb47fd422f47015d16;hpb=b4ed664ffb6e3f3764fa2b2f4b05437df43d7f19 diff --git a/base64.h b/base64.h index f1fe1f1..83d5cf5 100644 --- a/base64.h +++ b/base64.h @@ -10,8 +10,8 @@ For details, see http://sourceforge.net/projects/libb64 #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); -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 */