X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcursesdsp.h;h=a936254d85a1ee41b1a3a427b33906eca4c8bf26;hb=68c554411d120d163045f77a80ad9009f7a73841;hp=8bea2bfdab21e52abe615cfe8fac2f004976d933;hpb=72ca13ff5cd85091cedb1940dc370b19a509f061;p=gnushogi.git diff --git a/gnushogi/cursesdsp.h b/gnushogi/cursesdsp.h index 8bea2bf..a936254 100644 --- a/gnushogi/cursesdsp.h +++ b/gnushogi/cursesdsp.h @@ -6,6 +6,7 @@ * ---------------------------------------------------------------------- * Copyright (c) 1993, 1994, 1995 Matthias Mutz * Copyright (c) 1999 Michael Vanier and the Free Software Foundation + * Copyright (c) 2008, 2013, 2014 Yann Dirson and the Free Software Foundation * * GNU SHOGI is based on GNU CHESS * @@ -48,12 +49,12 @@ void Curses_Die(int sig); void Curses_DoDebug(void); void Curses_DoTable(short table[NO_SQUARES]); void Curses_EditBoard(void); -void Curses_ElapsedTime(ElapsedTime_mode iop); void Curses_ExitShogi(void); void Curses_GiveHint(void); void Curses_Initialize(void); void Curses_ShowNodeCnt(long NodeCnt); void Curses_OutputMove(void); +void Curses_PollForInput(void); void Curses_SearchStartStuff(short side); void Curses_SelectLevel(char *sx); void Curses_SetContempt(void); @@ -62,8 +63,8 @@ void Curses_ShowDepth(char ch); void Curses_ShowGameType(void); void Curses_ShowLine(unsigned short *bstline); void Curses_ShowMessage(char *s); -void Curses_AlwaysShowMessage(const char *format, ...); -void Curses_Printf(const char *format, ...); +void Curses_AlwaysShowMessage(const char *format, va_list ap); +void Curses_Printf(const char *format, va_list ap); void Curses_doRequestInputString(const char* fmt, char* buffer); int Curses_GetString(char* sx); void Curses_SetupBoard(void); @@ -76,6 +77,7 @@ void Curses_ShowResults(short score, unsigned short *bstline, char ch); void Curses_ShowSidetoMove(void); void Curses_ShowStage(void); void Curses_TerminateSearch(int sig); +void Curses_UpdateClocks(void); void Curses_UpdateDisplay(short f, short t, short redraw, short isspec); void Curses_help(void);