X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=460ae48bed86a9c07304d73bf2f7013b9799c85c;hb=f214727e064bfa242138148a3993177f0aa7b5e7;hp=6f08f919c6f88a89cdab93c43ccc91d45c6e608d;hpb=0e299859771dd71699fd5680f57097f779c33bd2;p=xboard.git diff --git a/backend.h b/backend.h index 6f08f91..460ae48 100644 --- a/backend.h +++ b/backend.h @@ -280,6 +280,7 @@ typedef struct _ListGame { ListNode node; int number; int position; + int moves; unsigned long offset; /* Byte offset of game within file. */ GameInfo gameInfo; /* Note that some entries may be NULL. */ } ListGame;