X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1e3e152de7cc491b63c5e351b5f603d307182b07..9ffde3e8dbb1d3d130f2cbbb83181673498163a3:/cube.c diff --git a/cube.c b/cube.c index e1c2865..0658970 100644 --- a/cube.c +++ b/cube.c @@ -984,8 +984,8 @@ static void free_game(game_state *state) sfree(state); } -static game_state *solve_game(game_state *state, game_aux_info *aux, - char **error) +static game_state *solve_game(game_state *state, game_state *currstate, + game_aux_info *aux, char **error) { return NULL; }