diff options
Diffstat (limited to 'tools/nissy_extra.h')
| -rw-r--r-- | tools/nissy_extra.h | 5 |
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 | ||
| 12 | size_t gendata_h48_derive(uint8_t, const void *, void *); | 12 | size_t gendata_h48_derive(uint8_t, const unsigned char *, unsigned char *); |
| 13 | int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); | 13 | int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); |
| 14 | long long int nissy_datainfo(uint64_t, const char *); | 14 | long long int nissy_datainfo(uint64_t, const unsigned char *); |
| 15 | long long int nissy_derivedata(const char *, const void *, void *); | ||
