X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fbase64%2Fbase64.h;h=405dc63fd44531d9bcfb55064ad3a0196f68f0dc;hp=283c6e441f36ede0028f97e366dffe7229241bcd;hb=a8722345053b7cd860499aa31fd6bb414c120cc8;hpb=78158c87e37ce3b41cd5145e29baea38fd002374 diff --git a/ccan/base64/base64.h b/ccan/base64/base64.h index 283c6e44..405dc63f 100644 --- a/ccan/base64/base64.h +++ b/ccan/base64/base64.h @@ -122,7 +122,7 @@ int base64_decode_tail_using_maps(const base64_maps_t *maps, char *dest, /* the rfc4648 functions: */ -static const base64_maps_t base64_maps_rfc4648; +extern const base64_maps_t base64_maps_rfc4648; /** * base64_encode - Encode a buffer into base64 according to rfc4648