mirror of
https://github.com/nelsbrock/dev-tictactoe.git
synced 2026-08-14 20:56:49 +02:00
remove non-static declaration from header
This commit is contained in:
@@ -10,7 +10,6 @@ typedef struct tictactoe_game {
|
||||
} ttt_game_t;
|
||||
|
||||
int tictactoe_game_init(ttt_game_t *game);
|
||||
char tictactoe_game_check_winner(ttt_game_t *game);
|
||||
int tictactoe_game_make_turn(ttt_game_t *game, size_t x, size_t y);
|
||||
int tictactoe_game_snprint(ttt_game_t *game, char *buf, size_t len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user