summaryrefslogtreecommitdiff
path: root/include/othello_move.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/othello_move.h')
-rw-r--r--include/othello_move.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/othello_move.h b/include/othello_move.h
index 377a27f..0c3716e 100644
--- a/include/othello_move.h
+++ b/include/othello_move.h
@@ -23,7 +23,7 @@
#include "othello.h"
struct move prompt_get_move(enum player_color current_player);
-struct move get_scm_move(FILE *strategy);
+struct move get_scm_move(char *strategy_path);
// True if move is valid for current_player.
// Otherwise false.