]> sjero.net Git - wget/blobdiff - src/utils.h
[svn] Change orders of parameters of base64_encode, so it makes more sense.
[wget] / src / utils.h
index afef13c9402f2d105110fe1aa7959b944d841531..57992a607672aba224de7b63403a578b2f1c63bf 100644 (file)
@@ -116,7 +116,7 @@ void xsleep PARAMS ((double));
 /* How many bytes it will take to store LEN bytes in base64.  */
 #define BASE64_LENGTH(len) (4 * (((len) + 2) / 3))
 
-void base64_encode PARAMS ((const char *, char *, int));
+int base64_encode PARAMS ((const char *, int, char *));
 int base64_decode PARAMS ((const char *, char *));
 
 #endif /* UTILS_H */