diff options
Diffstat (limited to 'tools/nissy_extra.h')
| -rw-r--r-- | tools/nissy_extra.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h index 1e714a7..f9baf00 100644 --- a/tools/nissy_extra.h +++ b/tools/nissy_extra.h | |||
| @@ -3,5 +3,10 @@ This header file exposes certain functions that are meant to be used | |||
| 3 | for testing purposes only. | 3 | for testing purposes only. |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | #define STATIC static | ||
| 7 | #define LOG printf | ||
| 8 | |||
| 9 | #include "../src/solvers/tables.h" | ||
| 10 | |||
| 6 | size_t gendata_h48_derive(uint8_t, const void *, void *); | 11 | size_t gendata_h48_derive(uint8_t, const void *, void *); |
| 7 | int parse_h48_options(const char *, uint8_t *, uint8_t *, uint8_t *); | 12 | int parse_h48_options(const char *, uint8_t *, uint8_t *, uint8_t *); |
