From 815f55103cadb3ac8d0dc78155605f1723f30c84 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 13 Apr 2024 23:44:14 +0200 Subject: Made 'styleFuncs' private --- FICS/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FICS/board.c') diff --git a/FICS/board.c b/FICS/board.c index 9bd6500..b727894 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -50,7 +50,7 @@ PUBLIC char *bpstring[] = {" ", "p", "n", "b", "r", "q", "k"}; PUBLIC int pieceValues[7] = {0, 1, 3, 3, 5, 9, 0}; -PUBLIC int (*styleFuncs[MAX_STYLES])(game_state_t *, move_t *) = { +PRIVATE int (*styleFuncs[MAX_STYLES])(game_state_t *, move_t *) = { style1, style2, style3, -- cgit v1.2.3