From d46e5bdc7d626eab0154c84887d0e72b7211044a Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 3 Mar 2026 23:18:40 +0100 Subject: Added begin/end decls --- FICS/gamedb.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FICS/gamedb.h b/FICS/gamedb.h index 8dc84d3..3b2e018 100644 --- a/FICS/gamedb.h +++ b/FICS/gamedb.h @@ -33,8 +33,10 @@ #include "board.h" #include "command.h" +__FICS_BEGIN_DECLS extern const char *bstr[7]; extern const char *rstr[2]; +__FICS_END_DECLS #define GAMEFILE_VERSION 3 #define MAX_GLINE_SIZE 1024 @@ -165,6 +167,7 @@ struct JGI_context { char result[100]; }; +__FICS_BEGIN_DECLS extern game *garray; extern int g_num; @@ -202,4 +205,6 @@ extern void game_write_complete(int, int, char *); extern void send_board_to(int, int); extern void send_boards(int); +__FICS_END_DECLS + #endif -- cgit v1.2.3