From e4f356b9592599ad91aac34bf2265c9bcdfbb81f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 8 Apr 2025 15:16:21 +0200 Subject: Some minor changes to the interface. - Simplified logger to accept only a string, not a variadic list of args like printf(). This can still use some improvement, but now it is easier to use from other languages. - Fixed some misuses of the logger (wrong types etc) - Renamed some constants - Fixed some typos in comments. --- tools/nissy_extra.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/nissy_extra.h') diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h index 1600681..3e9c9ab 100644 --- a/tools/nissy_extra.h +++ b/tools/nissy_extra.h @@ -11,6 +11,5 @@ 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]); -long long int nissy_datainfo( - uint64_t, const char *, void (*)(const char *, ...)); +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