X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=8fc885a11dabe888f202597c4629cd1d7788fead;hb=1514fbc6e388eb410d72a5c58a2cb371d2be0d7c;hp=3fef1eab4e643ff896723166f2a0ea02bf978ed3;hpb=bad10108b12d035991f2c0411703b4c1bc54a990;p=xboard.git diff --git a/backend.h b/backend.h index 3fef1ea..8fc885a 100644 --- a/backend.h +++ b/backend.h @@ -371,6 +371,7 @@ typedef struct _CPS { int sendName; /* 0=don't use "name" command; 1=do */ int sdKludge; /* 0=use "sd DEPTH" command; 1=use "depth\nDEPTH" */ int stKludge; /* 0=use "st TIME" command; 1=use "level 1 TIME" */ + int excludeMoves;/* 0=don't use "exclude" command; 1=do */ char tidy[MSG_SIZ]; int matchWins; char variants[MSG_SIZ];