X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=362e58cb872c806d2d4166b0ecf24493357d0003;hb=d5c36d4669c2f625af7c280c5a4ebdc4ba284e95;hp=b44c45ae81720f01316a6c461f9049a91213a1dd;hpb=11bdae9e46aaeb00dd46db45908919e1e22e5590;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 */