From de3d878243988d150e496750595b3f6b08e17483 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 20 Aug 2023 22:04:25 +0200 Subject: Make the ‘b32toa’ dest a uint8_t* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- b32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'b32.h') diff --git a/b32.h b/b32.h index 090b39f..1555dd2 100644 --- a/b32.h +++ b/b32.h @@ -2,7 +2,8 @@ #define B32_B32_H #include +#include -bool b32toa(char *, const char *, size_t); +bool b32toa(uint8_t *, const char *, size_t); #endif -- cgit v1.2.3