X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=menus.h;h=072728d9c61f60a92a181dac09f59bb4b763540c;hb=ba12e63149a003b88b8525d6eb50d48539c660b6;hp=7d810d4d44fb84c2bc832b617b9093182d8d6b16;hpb=3c6dcc05075c5073aac635c4ec6145f99730b325;p=xboard.git diff --git a/menus.h b/menus.h index 7d810d4..072728d 100644 --- a/menus.h +++ b/menus.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -164,6 +164,9 @@ void InitMenuMarkers P((void)); void ShowGameListProc P((void)); // in ngamelist.c void HistoryShowProc P((void)); // in nhistory.c +// only here because it is the only header shared by xoptions.c and usystem.c +void SetTextColor P((char **cnames, int fg, int bg, int attr)); +void ConsoleWrite P((char *message, int count)); // must be moved to xengineoutput.h