fixed build on openbsd
[xboard.git] / frontend.h
index 0e782e1..865fc48 100644 (file)
@@ -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;