From b305bf616804db7176601bc2acd3495f0217e1c4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 12 Oct 2023 03:54:29 +0000 Subject: Add UINT??_BSWAP as constexp macro; rip off typedef uint?? bandaid Signed-off-by: Laurent Bercot --- src/headers/bits-template | 1 + 1 file changed, 1 insertion(+) (limited to 'src/headers/bits-template') diff --git a/src/headers/bits-template b/src/headers/bits-template index 23222d6..f0b71df 100644 --- a/src/headers/bits-template +++ b/src/headers/bits-template @@ -1,3 +1,4 @@ + extern void uint@BITS@_pack (char *, uint@BITS@_t) ; extern void uint@BITS@_pack_big (char *, uint@BITS@_t) ; extern void uint@BITS@_unpack (char const *, uint@BITS@_t *) ; -- cgit v1.3.1