aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cube.h b/src/cube.h
index fb96823..4c2c492 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -1,3 +1,5 @@
1/* include: inttypes, stdarg, stdbool, string */
2
1/* 3/*
2All the functions below return 0 in case of success and a positive 4All the functions below return 0 in case of success and a positive
3number in case of error, unless otherwise specified. See (TODO: 5number in case of error, unless otherwise specified. See (TODO:
@@ -81,3 +83,5 @@ int64_t nissy_solve(
81 const void *data, 83 const void *data,
82 char *solutions 84 char *solutions
83); 85);
86
87void nissy_setlogger(void (*logger_function)(const char *, va_list));

Generated with cgit - Back to sebastiano.tronto.net