diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-13 15:37:02 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-13 15:37:02 +0200 |
| commit | 7dbd34574f629cacf3b89292d2a06ad0ae612f26 (patch) | |
| tree | e1832627d897eed10e3e300853f667aa00bcb635 /tools/nissy_extra.h | |
| parent | ee129a671620de49a5477b1e84bfcd110c522831 (diff) | |
| download | nissy-core-7dbd34574f629cacf3b89292d2a06ad0ae612f26.tar.gz nissy-core-7dbd34574f629cacf3b89292d2a06ad0ae612f26.zip | |
Removed nissy_explainerror and moved datainfo to tools
Diffstat (limited to 'tools/nissy_extra.h')
| -rw-r--r-- | tools/nissy_extra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h index cc7b088..fd44f2c 100644 --- a/tools/nissy_extra.h +++ b/tools/nissy_extra.h | |||
| @@ -10,4 +10,5 @@ for testing purposes only. | |||
| 10 | 10 | ||
| 11 | size_t gendata_h48_derive(uint8_t, const void *, void *); | 11 | size_t gendata_h48_derive(uint8_t, const void *, void *); |
| 12 | int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); | 12 | int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); |
| 13 | int64_t nissy_datainfo(uint64_t, const char *, void (*)(const char *, ...)); | ||
| 13 | int64_t nissy_derivedata(const char *, const void *, void *); | 14 | int64_t nissy_derivedata(const char *, const void *, void *); |
