summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h
index 5e902289..84db664c 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -165,16 +165,16 @@ int card_99();
int t_chat();
/* chc_draw */
-void chc_drawline(board_t board, int line);
+void chc_drawline(board_t board, chcusr_t *user1, chcusr_t *user2, int line);
void chc_movecur(int r, int c);
-void chc_redraw(board_t board);
+void chc_redraw(chcusr_t *user1, chcusr_t *user2, board_t board);
/* chc_net */
void chc_sendmove(int s);
int chc_recvmove(int s);
/* chc_play */
-void chc(int s);
+void chc(int s, int mode);
/* chc_rule */
void chc_movechess(board_t board);