summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index 38bd407c..b34cfab1 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -290,8 +290,11 @@ int openticket(int bid);
int ticket(int bid);
/* go */
-int gochess(int fd);
-int GoBot(void);
+void gochess(int s, ChessGameMode mode);
+int gochess_main(void);
+int gochess_personal(void);
+int gochess_watch(void);
+ChessInfo* gochess_replay(FILE* fp);
/* gomo */
void gomoku(int s, ChessGameMode mode);