X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fbase64.h;h=4575ef7d0ac3a6c4148b8fb2c766006bc6c3e0b2;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=31c1cb89b42ae9e3eacfd74011b7a32a2f83e76b;hpb=1123861d61cbae4916751cd619c383bd38144b4d;p=libucw.git diff --git a/ucw/base64.h b/ucw/base64.h index 31c1cb89..4575ef7d 100644 --- a/ucw/base64.h +++ b/ucw/base64.h @@ -7,6 +7,11 @@ * of the GNU Lesser General Public License. */ +#ifdef CONFIG_UCW_CLEAN_ABI +#define base64_decode ucw_base64_decode +#define base64_encode ucw_base64_encode +#endif + /** * Encodes @len bytes of data pointed to by @src by base64 encoding. * Stores them in @dest and returns the number of bytes the output