summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/unfinished/separate.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/unfinished/separate.c')
-rw-r--r--apps/plugins/puzzles/src/unfinished/separate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/puzzles/src/unfinished/separate.c b/apps/plugins/puzzles/src/unfinished/separate.c
index a7b4fc96e1..7fd8da8202 100644
--- a/apps/plugins/puzzles/src/unfinished/separate.c
+++ b/apps/plugins/puzzles/src/unfinished/separate.c
@@ -170,7 +170,7 @@ static game_params *custom_params(const config_item *cfg)
170 return NULL; 170 return NULL;
171} 171}
172 172
173static char *validate_params(const game_params *params, int full) 173static const char *validate_params(const game_params *params, int full)
174{ 174{
175 return NULL; 175 return NULL;
176} 176}
@@ -646,7 +646,7 @@ static char *new_game_desc(const game_params *params, random_state *rs,
646 return desc; 646 return desc;
647} 647}
648 648
649static char *validate_desc(const game_params *params, const char *desc) 649static const char *validate_desc(const game_params *params, const char *desc)
650{ 650{
651 return NULL; 651 return NULL;
652} 652}
@@ -676,7 +676,7 @@ static void free_game(game_state *state)
676} 676}
677 677
678static char *solve_game(const game_state *state, const game_state *currstate, 678static char *solve_game(const game_state *state, const game_state *currstate,
679 const char *aux, char **error) 679 const char *aux, const char **error)
680{ 680{
681 return NULL; 681 return NULL;
682} 682}