X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=d850ff7e08a1eb9ef1572fb4c6e0935fe8cc50f4;hb=b7a79fc5f838b5553d9d48ac26afad1c21111e95;hp=c68770123138cce82feca5fc12281d78c46b4c7f;hpb=18fc21bfe47cf80d294fffc22eb00d7f4384cd62;p=xboard.git diff --git a/backend.h b/backend.h index c687701..d850ff7 100644 --- a/backend.h +++ b/backend.h @@ -93,7 +93,7 @@ extern int gotPremove; extern GameMode gameMode; -extern int pausing, cmailMsgLoaded, flipView; +extern int pausing, cmailMsgLoaded, flipView, mute; extern char white_holding[], black_holding[]; extern int currentMove, backwardMostMove, forwardMostMove; extern int blackPlaysFirst;