From cbe39b63705e23677f6abe622a7a6424b174482c Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 18 Sep 2008 03:09:01 +0200 Subject: [PATCH] board_group_*_atari(): Sync prototypes --- board.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board.h b/board.h index 38ea951..a38484e 100644 --- a/board.h +++ b/board.h @@ -168,12 +168,12 @@ enum stone board_get_one_point_eye(struct board *board, coord_t *c); /* Check if group is in atari. This is very fast. * The last liberty is recorded to lastlib (content is undefined if group * is not in atari). */ -bool board_group_in_atari(struct board *board, int group, coord_t *lastlib); +bool board_group_in_atari(struct board *board, group_t group, coord_t *lastlib); /* Check if group can be put in atari. This is also very fast. * The last two liberties are recorded to lastlib (content is undefined if group * can't be put in atari). */ -bool board_group_can_atari(struct board *board, int group, coord_t lastlib[2]); +bool board_group_can_atari(struct board *board, group_t group, coord_t lastlib[2]); /* board_official_score() is the scoring method for yielding score suitable * for external presentation. For fast scoring of entirely filled boards -- 2.11.4.GIT