X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=18f5c5853da32a62b609e61ac6d7b35332fb2f7d;hb=f1fbc14f88e6dfef22020dc193f3b4805952778c;hp=ccfd91eb6493faf9f56fe08870b8401bc8a7f201;hpb=ac647cc1aa823dd59b600245e5cc014ae85e1ce9;p=xboard.git diff --git a/backend.h b/backend.h index ccfd91e..18f5c58 100644 --- a/backend.h +++ b/backend.h @@ -101,6 +101,7 @@ extern FILE *debugFP; extern char* programVersion; extern ProcRef firstProgramPR, secondProgramPR; extern Board boards[]; +extern char marker[BOARD_RANKS][BOARD_FILES]; char *CmailMsg P((void)); /* Tord: Added the useFEN960 parameter in PositionToFEN() below */ @@ -206,6 +207,7 @@ void OutputChatMessage P((int partner, char *mess)); void EditPositionDone P((Boolean fakeRights)); Boolean GetArgValue P((char *name)); Boolean LoadPV P((int x, int y)); +Boolean LoadMultiPV P((int x, int y, char *buf, int index, int *start, int *end)); void UnLoadPV P(()); void MovePV P((int x, int y, int h)); @@ -329,7 +331,7 @@ typedef struct _CPS { int hasOwnBookUCI; /* [AS] 0=use GUI or Polyglot book, 1=has own book */ /* [HGM] time odds */ - int timeOdds; /* factor through which we divide time for this engine */ + float timeOdds; /* factor through which we divide time for this engine */ int debug; /* [HGM] ignore engine debug lines starting with '#' */ int maxNrOfSessions; /* [HGM] secondary TC: max args in 'level' command */ int accumulateTC; /* [HGM] secondary TC: how to handle extra sessions */