aboutsummaryrefslogtreecommitdiff
path: root/src/solve.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solve.h')
-rw-r--r--src/solve.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solve.h b/src/solve.h
index 6ce6609..9039e4a 100644
--- a/src/solve.h
+++ b/src/solve.h
@@ -5,7 +5,7 @@
5#include "steps.h" 5#include "steps.h"
6#include "trans.h" 6#include "trans.h"
7 7
8AlgList * solve(Cube cube, Step *step, SolveOptions *opts); 8AlgList * solve(Cube *cube, Step *step, SolveOptions *opts);
9Alg * solve_2phase(Cube cube, int nthreads); 9Alg * solve_2phase(Cube *cube, int nthreads);
10 10
11#endif 11#endif

Generated with cgit - Back to sebastiano.tronto.net