aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cube.h b/src/cube.h
index 32547cf..694560a 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -161,4 +161,4 @@ void multisolve(
161 161
162/* Returns the number of bytes written to data, -1 in case of error. 162/* Returns the number of bytes written to data, -1 in case of error.
163 * TODO: write down how much memory every solver requires. */ 163 * TODO: write down how much memory every solver requires. */
164int64_t gendata(const char *solver, void *data); 164int64_t gendata(const char *solver, const char *options, void *data);

Generated with cgit - Back to sebastiano.tronto.net