X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbase64.h;h=b300917af57f95eb7a97bc2ebe5172c809fe5a84;hb=5fa5d3d767b29cf1d757609afbb56459b09743fa;hp=29bbb8d8f904838e8be28b73ff92c41ffc11d5ee;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/base64.h b/lib/base64.h index 29bbb8d8f..b300917af 100644 --- a/lib/base64.h +++ b/lib/base64.h @@ -1,5 +1,5 @@ /* base64.h -- Encode binary data using printable characters. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify @@ -37,9 +37,9 @@ extern void base64_encode (const char *restrict in, size_t inlen, extern size_t base64_encode_alloc (const char *in, size_t inlen, char **out); extern bool base64_decode (const char *restrict in, size_t inlen, - char *restrict out, size_t * outlen); + char *restrict out, size_t *outlen); extern bool base64_decode_alloc (const char *in, size_t inlen, - char **out, size_t * outlen); + char **out, size_t *outlen); #endif /* BASE64_H */