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