X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.h;h=19100b39e871a6eff6cb3049f4d62bdb4e7dfab0;hb=8551bb2313bce61f0f2aa30ed789b9dd28d35dcf;hp=522e0ef8cc87b4e96f8edb03a8dda5f6e1fb13a1;hpb=cddb5c485a52d0444e81b4df49e1fe921c78b53c;p=xboard.git diff --git a/engineoutput.h b/engineoutput.h index 522e0ef..19100b3 100644 --- a/engineoutput.h +++ b/engineoutput.h @@ -1,7 +1,7 @@ /* * wengineo.h -- Clipboard routines for WinBoard * - * Copyright 2000, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -69,6 +69,6 @@ void DoClearMemo(int which); void ResizeWindowControls( int mode ); int EngineOutputDialogExists(); void SetEngineOutputTitle( char *title ); +void Collapse P((int colNr)); void InitEngineOutput P((Option *opt, Option *memo2)); // XB only void DrawWidgetIcon P((Option *opt, int nIcon)); // XB only -