From 09b126169be57b25d4754500bb66a8ccebc22e63 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 24 Dec 2023 00:36:27 +0100 Subject: Deleted 'fgetc' --- FICS/board.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/FICS/board.h b/FICS/board.h index 1be8cce..7c07aae 100644 --- a/FICS/board.h +++ b/FICS/board.h @@ -122,6 +122,4 @@ extern int board_read_file(char *, char *, game_state_t *); extern void wild_update(int); extern void wild_init(void); -extern int fgetc(); - #endif -- cgit v1.2.3