--- upstream/dynamips-0.2.7/base64.h 2007/10/06 16:29:14 10 +++ upstream/dynamips-0.2.8-RC1/base64.h 2007/10/06 16:33:40 11 @@ -15,6 +15,6 @@ void base64_encode(unsigned char *out,const unsigned char *in,int inlen); /* Decode from base64 */ -int base64_decode(char *out,const char *in,int maxlen); +int base64_decode(unsigned char *out,const unsigned char *in,int maxlen); #endif