From 8a91354f7b94c669c77fe628a81f9bfe9f599ef0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 14 Oct 2024 00:05:43 +0200 Subject: Interface changes, progress with python --- tools/nissy_extra.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools/nissy_extra.h') 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. size_t gendata_h48_derive(uint8_t, const void *, void *); int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); -int64_t nissy_datainfo(uint64_t, const char *, void (*)(const char *, ...)); -int64_t nissy_derivedata(const char *, const void *, void *); +long long int nissy_datainfo( + uint64_t, const char *, void (*)(const char *, ...)); +long long int nissy_derivedata(const char *, const void *, void *); -- cgit v1.3