X-Git-Url: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=blobdiff_plain;f=menus.h;h=072728d9c61f60a92a181dac09f59bb4b763540c;hp=be62d47c526bcb53376844d49760630e1cec5965;hb=801da8e03b9d035f7d7d315f9ff6bba7586b5ca6;hpb=e6e38912837a4fe2464356408d10dee950b3121c diff --git a/menus.h b/menus.h index be62d47c..072728d9 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