aboutsummaryrefslogtreecommitdiff
path: root/tools/nissy_extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nissy_extra.h')
-rw-r--r--tools/nissy_extra.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h
index fd44f2c..60f7942 100644
--- a/tools/nissy_extra.h
+++ b/tools/nissy_extra.h
@@ -10,5 +10,6 @@ for testing purposes only.
10 10
11size_t gendata_h48_derive(uint8_t, const void *, void *); 11size_t gendata_h48_derive(uint8_t, const void *, void *);
12int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); 12int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]);
13int64_t nissy_datainfo(uint64_t, const char *, void (*)(const char *, ...)); 13long long int nissy_datainfo(
14int64_t nissy_derivedata(const char *, const void *, void *); 14 uint64_t, const char *, void (*)(const char *, ...));
15long long int nissy_derivedata(const char *, const void *, void *);

Generated with cgit - Back to sebastiano.tronto.net