chiark / gitweb /
Infrastructure change which I've been thinking about for a while:
[sgt-puzzles.git] / solo.c
diff --git a/solo.c b/solo.c
index 615d87300172a0d0db960ebb24cbaa91485de1d9..4255c02a4d5efe38f4d57b000ecf66b237696545 100644 (file)
--- a/solo.c
+++ b/solo.c
@@ -1759,8 +1759,8 @@ static void free_game(game_state *state)
     sfree(state);
 }
 
-static game_state *solve_game(game_state *state, game_aux_info *ai,
-                             char **error)
+static game_state *solve_game(game_state *state, game_state *currstate,
+                             game_aux_info *ai, char **error)
 {
     game_state *ret;
     int c = state->c, r = state->r, cr = c*r;