X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=8fc885a11dabe888f202597c4629cd1d7788fead;hb=c1e72af1b98ee0fa2d203eb4b896ab7e099b51d6;hp=561a0b32862e38f176a5322a7b964788e5beb57e;hpb=657beffbe986b3969f625dfe25203dae521ba797;p=xboard.git diff --git a/backend.h b/backend.h index 561a0b3..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]; @@ -436,6 +437,7 @@ extern ChessProgramStats programStats; extern int opponentKibitzes; // used by wengineo.c extern int errorExitStatus; extern char *recentEngines; +extern char *comboLine; void SettingsPopUp P((ChessProgramState *cps)); // [HGM] really in front-end, but CPS not known in frontend.h int WaitForEngine P((ChessProgramState *cps, DelayedEventCallback x)); void Load P((ChessProgramState *cps, int n));