X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=9dccb7fadff171398664514d04ed00a4eae40f80;hb=0066c71cd8fce5d6db79e9a2d619f684c040ec59;hp=c4b6bb23aff1d35498f78b10287eeaac2f15caff;hpb=407cd1126c6c24d890359f1fe1686f6d90c0ad61;p=xboard.git diff --git a/backend.h b/backend.h index c4b6bb2..9dccb7f 100644 --- a/backend.h +++ b/backend.h @@ -126,7 +126,7 @@ void SetBlackToPlayEvent P((void)); void UploadGameEvent P((void)); void InitBackEnd1 P((void)); void InitBackEnd2 P((void)); -int HasPromotionChoice P((int fromX, int fromY, int toX, int toY, char *choice)); +int HasPromotionChoice P((int fromX, int fromY, int toX, int toY, char *choice, int sweep)); int InPalace P((int row, int column)); int PieceForSquare P((int x, int y)); int OKToStartUserMove P((int x, int y)); @@ -411,7 +411,7 @@ typedef struct { } ChessProgramStats; extern ChessProgramStats_Move pvInfoList[MAX_MOVES]; -extern int shuffleOpenings; +extern Boolean shuffleOpenings; extern ChessProgramStats programStats; extern int opponentKibitzes; // used by wengineo.c extern int errorExitStatus;