X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcursesdsp.h;h=a936254d85a1ee41b1a3a427b33906eca4c8bf26;hb=3abc03f7170b55bfcf97c4009abb570f62e48a24;hp=0c0ade1cf88f5b5dacdd83239f5df33b58639b0e;hpb=d23b84fee73518dfb6b281d1eaedbe4fc4aa34b2;p=gnushogi.git diff --git a/gnushogi/cursesdsp.h b/gnushogi/cursesdsp.h index 0c0ade1..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,7 +49,6 @@ 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);