summaryrefslogtreecommitdiffstats
path: root/include/chess.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chess.h')
-rw-r--r--include/chess.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/chess.h b/include/chess.h
index bf9443ce..a917efcc 100644
--- a/include/chess.h
+++ b/include/chess.h
@@ -143,6 +143,7 @@ typedef struct ChessConstants {
int traditional_timeout;
int board_height;
int board_width;
+ const char *chess_name;
const char *photo_file_name;
const char *log_board;
const char *turn_color[2];
@@ -180,4 +181,7 @@ void ChessEstablishRequest(int sock);
void ChessAcceptingRequest(int sock);
void ChessShowRequest(void);
+void ChessDrawLine(const ChessInfo* info, int line);
+void ChessDrawExtraInfo(const ChessInfo* info, int line);
+
#endif /* INCLUDE_CHESS_H */