Quickscan
[xboard.git] / backend.h
index 6f08f91..460ae48 100644 (file)
--- 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;