cleaned up -Wall warnings (apart from settings some parentheses)
[xboard.git] / frontend.h
index 63b1080..15a955c 100644 (file)
@@ -223,6 +223,9 @@ void EvalGraphPopUp P((void));
 void EvalGraphPopDown P((void));
 Boolean EvalGraphIsUp P((void));
 int  EvalGraphDialogExists P((void));
+
+/* these are in xhistory.c  */
 Boolean MoveHistoryIsUp P((void));
+void HistoryPopUp P((void));
 
 #endif