X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=backend.h;h=0d6b3a431988ec88032b979d452d9b564b396637;hp=7b6c08e1d321a44e572ce3accc2c486808a7d2b7;hb=8e5273b69c00339351adf894ded9297a86729315;hpb=90631e4c46e7dcb8c39e1e5e0b2681a2881522dc diff --git a/backend.h b/backend.h index 7b6c08e..0d6b3a4 100644 --- a/backend.h +++ b/backend.h @@ -114,7 +114,7 @@ void SetWhiteToPlayEvent P((void)); void SetBlackToPlayEvent P((void)); void InitBackEnd1 P((void)); void InitBackEnd2 P((void)); -int IsPromotion P((int fromX, int fromY, int toX, int toY)); +int HasPromotionChoice P((int fromX, int fromY, int toX, int toY, char *choice)); int InPalace P((int row, int column)); int PieceForSquare P((int x, int y)); int OKToStartUserMove P((int x, int y));