aboutsummaryrefslogtreecommitdiff
path: root/tools/nissy_extra.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-21 14:33:01 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-21 14:44:07 +0200
commit510a7471348788fccba6b7c4b9f7b7cc9aee6ba9 (patch)
tree58df7791242d9a4f52e80da93ad3af20ed5e3528 /tools/nissy_extra.h
parent1d9b8acfeece68c4f55d2499d8aed127f98a383c (diff)
downloadnissy-core-510a7471348788fccba6b7c4b9f7b7cc9aee6ba9.tar.gz
nissy-core-510a7471348788fccba6b7c4b9f7b7cc9aee6ba9.zip
Always use unsigned char * for data buffers
Before this commit I was inconsistently using one of void *, char * and uint8_t *.
Diffstat (limited to 'tools/nissy_extra.h')
-rw-r--r--tools/nissy_extra.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h
index 505f53a..63d171b 100644
--- a/tools/nissy_extra.h
+++ b/tools/nissy_extra.h
@@ -9,7 +9,6 @@ for testing purposes only.
9#include "../src/solvers/tables_types_macros.h" 9#include "../src/solvers/tables_types_macros.h"
10#include "../src/solvers/tables.h" 10#include "../src/solvers/tables.h"
11 11
12size_t gendata_h48_derive(uint8_t, const void *, void *); 12size_t gendata_h48_derive(uint8_t, const unsigned char *, unsigned char *);
13int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); 13int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]);
14long long int nissy_datainfo(uint64_t, const char *); 14long long int nissy_datainfo(uint64_t, const unsigned char *);
15long long int nissy_derivedata(const char *, const void *, void *);

Generated with cgit - Back to sebastiano.tronto.net