X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=7e5accd239a63e4844a4d9a7ee166d17bbb59ad8;hb=9c7cb89d6ae88edc97bc99e51fb6779ddf6e33b8;hp=6da63233b39c5129c9499b0d2f54fcb4105a4a52;hpb=49f132baf7cc5d30a2efca71acb37f7221bd6311;p=xboard.git diff --git a/backend.h b/backend.h index 6da6323..7e5accd 100644 --- a/backend.h +++ b/backend.h @@ -274,6 +274,7 @@ typedef struct _ListGame { GameInfo gameInfo; /* Note that some entries may be NULL. */ } ListGame; +extern ChessSquare gatingPiece; extern List gameList; void ClearGameInfo P((GameInfo *)); int GameListBuild P((FILE *));