aboutsummaryrefslogtreecommitdiff
path: root/src/cube_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cube_public.h')
-rw-r--r--src/cube_public.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cube_public.h b/src/cube_public.h
index 65d5d54..e2255c5 100644
--- a/src/cube_public.h
+++ b/src/cube_public.h
@@ -166,3 +166,9 @@ nissy_solve(
166 /* TODO: move solve_generic here? */ 166 /* TODO: move solve_generic here? */
167 return -1; 167 return -1;
168} 168}
169
170void
171nissy_setlogger(void (*log)(const char *, va_list))
172{
173 nissy_log = log;
174}

Generated with cgit - Back to sebastiano.tronto.net