diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-09 18:36:24 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-09 18:36:24 +0200 |
| commit | 5bb2b50a3f92c727ddf468df16bbc60a173d3115 (patch) | |
| tree | e974ee69df1687b6b4d658dfe474937975718cfa /tools/nissy_extra.h | |
| parent | 8e931537ff13137f49de58b84898a13ed3cdeeef (diff) | |
| download | nissy-core-5bb2b50a3f92c727ddf468df16bbc60a173d3115.tar.gz nissy-core-5bb2b50a3f92c727ddf468df16bbc60a173d3115.zip | |
Other minor fixes
Diffstat (limited to 'tools/nissy_extra.h')
| -rw-r--r-- | tools/nissy_extra.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h index 63d171b..8b27c3e 100644 --- a/tools/nissy_extra.h +++ b/tools/nissy_extra.h | |||
| @@ -10,5 +10,5 @@ for testing purposes only. | |||
| 10 | #include "../src/solvers/tables.h" | 10 | #include "../src/solvers/tables.h" |
| 11 | 11 | ||
| 12 | size_t gendata_h48_derive(uint8_t, const unsigned char *, unsigned char *); | 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 | long long parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); |
| 14 | long long int nissy_datainfo(uint64_t, const unsigned char *); | 14 | long long int nissy_datainfo(uint64_t, const unsigned char *); |
