X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fbase64%2Fbase64.h;h=405dc63fd44531d9bcfb55064ad3a0196f68f0dc;hb=e2ae8d428bbb37ac84a8bec2b3d2d07de47710bd;hp=283c6e441f36ede0028f97e366dffe7229241bcd;hpb=78158c87e37ce3b41cd5145e29baea38fd002374;p=ccan 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