aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-03 23:18:40 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-03 23:18:40 +0100
commitd46e5bdc7d626eab0154c84887d0e72b7211044a (patch)
treeb02a2c31f213aeb646ce49e4bbc22473ccd61eaf /FICS
parenta59e2a88ec408b65cb7ad638942f48a76dba4c2d (diff)
Added begin/end decls
Diffstat (limited to 'FICS')
-rw-r--r--FICS/gamedb.h5
1 files changed, 5 insertions, 0 deletions
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