X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.h;h=8c396d273f974b3e6697edf080b8f6a2af30ffcb;hb=c082824a507c0fb577beb908ed5615a161c6c6fa;hp=9673707575bc5dfae9fae99839b7d894467a84f5;hpb=5cd55bddca592918f38deff675d05b650a71412e;p=xboard.git diff --git a/engineoutput.h b/engineoutput.h index 9673707..8c396d2 100644 --- a/engineoutput.h +++ b/engineoutput.h @@ -1,7 +1,7 @@ /* * wengineo.h -- Clipboard routines for WinBoard * - * Copyright 2000, 2009, 2010 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 );