X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=865fc4868b8e773d6e4313f75ad069ab1dda366a;hb=8c94141e6c30dc94777dee5824cfbf027a18f940;hp=0e782e1005ae1d22f0f9fea110002054072b726e;hpb=db47508e69470712a51f6fd2e06348a0c1de615c;p=xboard.git diff --git a/frontend.h b/frontend.h index 0e782e1..865fc48 100644 --- a/frontend.h +++ b/frontend.h @@ -183,6 +183,9 @@ void HistorySet P((char movelist[][2*MOVE_LEN], int first, int last, int current void FreezeUI P((void)); void ThawUI P((void)); extern char *programName; +extern int commentUp; + +void GreyRevert P((Boolean grey)); typedef struct FrontEndProgramStats_TAG { int which;