X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=362e58cb872c806d2d4166b0ecf24493357d0003;hb=b4785979256d342c544eaca1a6644a70eb96b2e0;hp=b44c45ae81720f01316a6c461f9049a91213a1dd;hpb=e1edcbabb63e65d5d47c07a0836dd51d7e01de0e;p=xboard.git diff --git a/backend.h b/backend.h index b44c45a..362e58c 100644 --- a/backend.h +++ b/backend.h @@ -347,13 +347,6 @@ typedef struct _CPS { extern ChessProgramState first, second; -/* [AS] Search stats from chessprogram, for the played move */ -typedef struct { - int score; /* Centipawns */ - int depth; /* Plies */ - int time; /* Milliseconds */ -} ChessProgramStats_Move; - /* Search stats from chessprogram */ typedef struct { char movelist[2*MSG_SIZ]; /* Last PV we were sent */ @@ -374,5 +367,6 @@ typedef struct { extern ChessProgramStats_Move pvInfoList[MAX_MOVES]; extern int shuffleOpenings; extern ChessProgramStats programStats; +extern int opponentKibitzes; // used by wengineo.c #endif /* _BACKEND */