Convert more stuff from #ifdef to dspwrappers: GetString.
[gnushogi.git] / gnushogi / dspwrappers.h
index f57d519..e563982 100644 (file)
@@ -5,11 +5,14 @@
  *     or cursesdsp.c depending on the interface.
  *
  * ----------------------------------------------------------------------
- *
- * Copyright (c) 2012 Free Software Foundation
+ * Copyright (c) 1993, 1994, 1995 Matthias Mutz
+ * Copyright (c) 1999 Michael Vanier and the Free Software Foundation
  *
  * GNU SHOGI is based on GNU CHESS
  *
+ * Copyright (c) 1988, 1989, 1990 John Stanback
+ * Copyright (c) 1992 Free Software Foundation
+ *
  * This file is part of GNU SHOGI.
  *
  * GNU Shogi is free software; you can redistribute it and/or modify it
@@ -44,6 +47,7 @@ extern void EditBoard(void);
 extern void ExitShogi(void);
 extern void GiveHint(void);
 extern void Initialize(void);
+extern void ShowNodeCnt(long NodeCnt);
 extern void OutputMove(void);
 extern void SetContempt(void);
 extern void SearchStartStuff(short side);
@@ -53,6 +57,10 @@ extern void ShowDepth(char ch);
 extern void ShowGameType(void);
 extern void ShowLine(unsigned short *bstline);
 extern void ShowMessage(char *s);
+extern void AlwaysShowMessage(const char *format, ...);
+extern void Printf(const char *format, ...);
+extern void RequestInputString(char* buffer, unsigned bufsize);
+extern int  GetString(char* sx);
 extern void ShowPatternCount(short side, short n);
 extern void ShowPostnValue(short sq);
 extern void ShowPostnValues(void);