]> git.ozlabs.org Git - ccan/blobdiff - ccan/base64/base64.h
tal: allow notifiers on NULL.
[ccan] / ccan / base64 / base64.h
index 283c6e441f36ede0028f97e366dffe7229241bcd..405dc63fd44531d9bcfb55064ad3a0196f68f0dc 100644 (file)
@@ -122,7 +122,7 @@ int base64_decode_tail_using_maps(const base64_maps_t *maps, char *dest,
 
 /* the rfc4648 functions: */
 
 
 /* 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
 
 /**
  * base64_encode - Encode a buffer into base64 according to rfc4648