Implement searching games in Game List for a position
[xboard.git] / common.h
index 6b3266f..08d45e5 100644 (file)
--- a/common.h
+++ b/common.h
@@ -627,6 +627,10 @@ typedef struct {
     int NPS[ENGINES];
     Boolean autoKibitz;
     int engineComments;
+    int eloThreshold1;  /* [HGM] select   */
+    int eloThreshold2;
+    int dateThreshold;
+    int searchMode;
     char *userName;
     int rewindIndex;    /* [HGM] autoinc   */
     int sameColorGames; /* [HGM] alternate */