X-Git-Url: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=blobdiff_plain;f=menus.h;h=e278ffd8fa890a11f7f49c9e34fd6e891df860e9;hp=be62d47c526bcb53376844d49760630e1cec5965;hb=6768207263f5dc1eb1a6629ed7b1367a8ca3aa45;hpb=e6e38912837a4fe2464356408d10dee950b3121c diff --git a/menus.h b/menus.h index be62d47c..e278ffd8 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, 2014 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 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