mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-16 23:18:59 +00:00
Add "extern" to some array decls in str.h
This commit is contained in:
parent
7635e6b71b
commit
487fe462b2
4
str.h
4
str.h
@ -139,8 +139,8 @@ size_t strn_fromhex(unsigned char *dstBinary, ssize_t dstsiz, const char *src, c
|
||||
|
||||
/* Array of encoding symbols. Entry [64] is the pad character (usually '=').
|
||||
*/
|
||||
const char base64_symbols[65];
|
||||
const char base64url_symbols[65];
|
||||
extern const char base64_symbols[65];
|
||||
extern const char base64url_symbols[65];
|
||||
|
||||
/* Encode 'srcBytes' bytes of binary data at 'srcBinary' into Base64 representation at 'dstBase64'
|
||||
* (or Base64-URL representation at 'dstBase64url'), which must point to at least
|
||||
|
Loading…
x
Reference in New Issue
Block a user