diff options
| -rw-r--r-- | FICS/gamedb.h | 5 |
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 |
