aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-24 00:36:27 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-24 00:36:27 +0100
commit09b126169be57b25d4754500bb66a8ccebc22e63 (patch)
tree2e0ba69a94da6e9d407a8c11f1d36a3e3f3ccd9f
parent268706ec18c111f069f847e3e5573628ba908dd2 (diff)
Deleted 'fgetc'
-rw-r--r--FICS/board.h2
1 files changed, 0 insertions, 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