diff -r f549fd9fbd8f -r 54565fd74e74 src/cx/common.h --- a/src/cx/common.h Wed Sep 18 00:02:18 2024 +0200 +++ b/src/cx/common.h Sat Sep 28 15:47:28 2024 +0200 @@ -101,7 +101,7 @@ * Function pointer compatible with fwrite-like functions. */ typedef size_t (*cx_write_func)( - void const *, + const void *, size_t, size_t, void *