X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=ebcc74f89c6fe93e169111b55d2a18c227fb0c84;hb=00d7f7869e045cbed5037d39e1e56224692eb766;hp=8e499ddf749bc689fe34f2a942aefe11b6802897;hpb=6445f59125a3dff0cbb9426a0c0bd300a31075d1;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 */