X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=menus.h;h=072728d9c61f60a92a181dac09f59bb4b763540c;hb=89b07e580a401d8c123c4a10e82789a873f37965;hp=be62d47c526bcb53376844d49760630e1cec5965;hpb=456ca4fea2c7092aaaf14e9bc827e534f96e4d22;p=xboard.git diff --git a/menus.h b/menus.h index be62d47..072728d 100644 --- a/menus.h +++ b/menus.h @@ -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