about summary refs log tree commit diff stats
path: root/base64.h
diff options
context:
space:
mode:
authorFulton Browne <git@fulton.software>2021-05-16 19:21:23 +0000
committerFulton Browne <git@fulton.software>2021-05-16 19:21:23 +0000
commita97878bf4502f48a80f5b48ee32752bff7696f71 (patch)
treefad44e544a4f1a0c4728bc8416393c82b3d29b7f /base64.h
parent712a87ab8526492284f6dcfe0249d24ea3ffc66f (diff)
downloadbase64-master.tar.gz
almost... HEAD master
Diffstat (limited to 'base64.h')
-rw-r--r--base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base64.h b/base64.h
index 7f7e319..d5d05be 100644
--- a/base64.h
+++ b/base64.h
@@ -30,4 +30,4 @@ unsigned int b64_encode(char* in, unsigned int in_len, char* out);
 // in_len : number of bytes to be decoded.
 // out : pointer to buffer with enough memory, user is responsible for memory allocation, receives "raw" binary
 // returns size of output excluding null byte
-unsigned int b64_decode(char* in, unsigned int in_len, char* out);
+int b64_decode(char* in, unsigned int in_len, char* out);