Drop NOT_CURSES occurences from makepattern.
[gnushogi.git] / gnushogi / cursesdsp.h
index d286b6d..8bea2bf 100644 (file)
@@ -66,6 +66,7 @@ void Curses_AlwaysShowMessage(const char *format, ...);
 void Curses_Printf(const char *format, ...);
 void Curses_doRequestInputString(const char* fmt, char* buffer);
 int  Curses_GetString(char* sx);
+void Curses_SetupBoard(void);
 void Curses_ShowPatternCount(short side, short n);
 void Curses_ShowPostnValue(short sq);
 void Curses_ShowPostnValues(void);
@@ -78,17 +79,4 @@ void Curses_TerminateSearch(int sig);
 void Curses_UpdateDisplay(short f, short t, short redraw, short isspec);
 void Curses_help(void);
 
-
-/* The following are only found in cursesdsp.h: */
-
-void ClearEoln(void);
-void ClearMessage(void);
-void DrawPiece(short sq);
-void ShowHeader(void);
-void ShowPlayers(void);
-void ShowScore(short score);
-void UpdateClocks(void);
-void gotoXY(short x, short y);
-
 #endif /* _CURSESDSP_H_ */
-