X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=6f08f919c6f88a89cdab93c43ccc91d45c6e608d;hb=4103b43cdbc7412da6a2a95e0e1882a3872a2d12;hp=b1f750045fee63ec1ef15a5f6d73fa8321f69486;hpb=c856b0337e03ec6ef848a1eae6f33c2071683133;p=xboard.git diff --git a/backend.h b/backend.h index b1f7500..6f08f91 100644 --- a/backend.h +++ b/backend.h @@ -422,5 +422,8 @@ void SettingsPopUp P((ChessProgramState *cps)); // [HGM] really in front-end, bu int WaitForEngine P((ChessProgramState *cps, DelayedEventCallback x)); void Load P((ChessProgramState *cps, int n)); int MultiPV P((ChessProgramState *cps)); +void MoveHistorySet P(( char movelist[][2*MOVE_LEN], int first, int last, int current, ChessProgramStats_Move * pvInfo )); +void EvalGraphSet P(( int first, int last, int current, ChessProgramStats_Move * pvInfo )); +void MakeEngineOutputTitle P((void)); #endif /* _BACKEND */