X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=594be7208f7a64e6681f5821b944d7a32881ca93;hb=a2f3d790becbea6cd93ec51add89f2251a90bba4;hp=c148271f5d4b296301f8db3aeed06f12e79f52ab;hpb=2eb3eb048b16f2ffd1f1c8dad3987871b0f9bd72;p=xboard.git diff --git a/backend.h b/backend.h index c148271..594be72 100644 --- a/backend.h +++ b/backend.h @@ -218,6 +218,7 @@ int GetEngineLine P((char *nick, int engine)); void AddGameToBook P((int always)); void FlushBook P((void)); char PieceToChar P((ChessSquare p)); +int LoadPieceDesc P((char *s)); char *StrStr P((char *string, char *match)); char *StrCaseStr P((char *string, char *match)); @@ -425,6 +426,7 @@ void CreateBookEvent P((void)); char *SupportedVariant P((char *list, VariantClass v, int w, int h, int s, int proto, char *engine)); char *CollectPieceDescriptors P((void)); void RefreshSettingsDialog P((ChessProgramState *cps, int val)); +void StartChessProgram P((ChessProgramState *cps)); /* A point in time */