refactoring of engineoutput
[xboard.git] / frontend.h
index 865fc48..f4734aa 100644 (file)
@@ -201,4 +201,9 @@ typedef struct FrontEndProgramStats_TAG {
 
 void SetProgramStats P(( FrontEndProgramStats * stats )); /* [AS] */
 
+void EngineOutputPopUp P((void));
+void EngineOutputPopDown P((void));
+int  EngineOutputIsUp P((void));
+int  EngineOutputDialogExists P((void));
+
 #endif