diff -r 41bbfd4d17a3 -r 824c9522ce66 src/chess/knight.h --- a/src/chess/knight.h Mon Mar 31 14:08:00 2014 +0200 +++ b/src/chess/knight.h Mon Mar 31 15:03:25 2014 +0200 @@ -37,8 +37,8 @@ #endif _Bool knight_chkrules(Move *move); -#define knight_isblocked(b,m) 0 -int knight_getlocation(Board board, Move *move); +#define knight_isblocked(gs,m) 0 +int knight_getlocation(GameState *gamestate, Move *move); #ifdef __cplusplus }