X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=ebcc74f89c6fe93e169111b55d2a18c227fb0c84;hb=7a5a8ea11998209db6c9a3184633b3ad4ca9b7cf;hp=8e499ddf749bc689fe34f2a942aefe11b6802897;hpb=632da8a159457f147071df149300c5fdc575b292;p=xboard.git diff --git a/backend.h b/backend.h index 8e499dd..ebcc74f 100644 --- a/backend.h +++ b/backend.h @@ -417,5 +417,6 @@ extern int errorExitStatus; 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)); +int MultiPV P((ChessProgramState *cps)); #endif /* _BACKEND */