X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fbase64.h;h=4575ef7d0ac3a6c4148b8fb2c766006bc6c3e0b2;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=31c1cb89b42ae9e3eacfd74011b7a32a2f83e76b;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;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