diff -r 7ffd66591afe -r a298c6637c30 src/rules/king.h --- a/src/rules/king.h Fri Mar 28 11:45:01 2014 +0100 +++ b/src/rules/king.h Fri Mar 28 14:32:52 2014 +0100 @@ -39,7 +39,7 @@ _Bool king_chkrules(Board board, Move *move); _Bool king_isblocked(Board board, Move *move); -_Bool king_getlocation(Board board, Move *move); +int king_getlocation(Board board, Move *move); #ifdef __cplusplus }