summaryrefslogtreecommitdiffstats
path: root/include/chess.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chess.h')
-rw-r--r--include/chess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/chess.h b/include/chess.h
index 19ac4f61..8a151ace 100644
--- a/include/chess.h
+++ b/include/chess.h
@@ -130,7 +130,7 @@ typedef struct ChessActions {
int (*select) (ChessInfo* info, rc_t location,
ChessGameResult* result);
void (*prepare_step)(ChessInfo* info, const void* step);
- int (*apply_step) (void* board, const void* step);
+ ChessGameResult (*apply_step) (void* board, const void* step);
void (*drawstep) (ChessInfo* info, const void* step);
/* ending */