X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=3fef1eab4e643ff896723166f2a0ea02bf978ed3;hb=3b4fbf5b20f6eba7e5f45e8ba87958ecfe0cbd14;hp=561a0b32862e38f176a5322a7b964788e5beb57e;hpb=657beffbe986b3969f625dfe25203dae521ba797;p=xboard.git diff --git a/backend.h b/backend.h index 561a0b3..3fef1ea 100644 --- a/backend.h +++ b/backend.h @@ -436,6 +436,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));