X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=menus.h;h=072728d9c61f60a92a181dac09f59bb4b763540c;hb=2987ec348b8b2cbf38ba9a6a0793652a6b238ae8;hp=be62d47c526bcb53376844d49760630e1cec5965;hpb=c37d45adc7d98a702a7459ccdc0ac23df01a476e;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