X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1e3e152de7cc491b63c5e351b5f603d307182b07..9ffde3e8dbb1d3d130f2cbbb83181673498163a3:/nullgame.c diff --git a/nullgame.c b/nullgame.c index 92bdf32..e2c4a74 100644 --- a/nullgame.c +++ b/nullgame.c @@ -122,8 +122,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; }