Add final piece count to search criteria
[xboard.git] / common.h
index 132c48d..6340c50 100644 (file)
--- a/common.h
+++ b/common.h
@@ -736,6 +736,8 @@ typedef struct {
     int dateThreshold;
     int searchMode;
     int stretch;
+    int minPieces;
+    int maxPieces;
     Boolean ignoreColors;
     Boolean findMirror;
     char *userName;