diff options
Diffstat (limited to 'kpat/freecell-solver/fcs_cl.h')
-rw-r--r-- | kpat/freecell-solver/fcs_cl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/fcs_cl.h b/kpat/freecell-solver/fcs_cl.h index e739c98e..6dafaec6 100644 --- a/kpat/freecell-solver/fcs_cl.h +++ b/kpat/freecell-solver/fcs_cl.h @@ -12,7 +12,7 @@ typedef int (*freecell_solver_user_cmd_line_known_commands_callback_t) ( void * instance, int argc, - char * argv[], + const char * argv[], int arg_index, int * num_to_skip, int * ret, |