Keep list of excluded moves in Engine Output header
[xboard.git] / engineoutput.h
index 03c9442..8c396d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * wengineo.h -- Clipboard routines for WinBoard
  *
- * Copyright 2000, 2009, 2010, 2011 Free Software Foundation, Inc.
+ * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
  *
  * Enhancements Copyright 2005 Alessandro Scotti
  *
@@ -55,6 +55,7 @@
 #define STATE_ANALYZING  3
 
 extern int  windowMode;
+extern char exclusionHeader[];
 
 // back-end called by front-end
 void SetEngineState( int which, int state, char * state_data );
@@ -66,4 +67,5 @@ void InsertIntoMemo( int which, char * text, int where );
 void DoClearMemo(int which);
 void ResizeWindowControls( int mode );
 int EngineOutputDialogExists();
+void SetEngineOutputTitle( char *title );