X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=4055ba4406a635edb7c05d31b0d64364c0062d3f;hb=d9f4b584106f4d7477158476ff792f6fa0b2630a;hp=56c9d3e407e5de80aa10ab88769f251a144f3224;hpb=48d27c1a58658e51013cca580e37840f54419e13;p=xboard.git diff --git a/backend.h b/backend.h index 56c9d3e..4055ba4 100644 --- a/backend.h +++ b/backend.h @@ -279,6 +279,7 @@ char *PGNResult P((ChessMove result)); typedef struct _ListGame { ListNode node; int number; + int position; unsigned long offset; /* Byte offset of game within file. */ GameInfo gameInfo; /* Note that some entries may be NULL. */ } ListGame;