diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-05 19:20:05 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-05 19:20:05 +0100 |
| commit | 25e06bf55d7cb5202763ff651b491037869a5954 (patch) | |
| tree | b8318a1325a3918deb21dd3c95bc9c2735b5a7d9 | |
| parent | 0f1d8f3ffffc6e6a63fd57b773f4a8fd1a975a20 (diff) | |
Added begin/end decls
| -rw-r--r-- | FICS/playerdb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h index 56f9007..88dc442 100644 --- a/FICS/playerdb.h +++ b/FICS/playerdb.h @@ -200,6 +200,7 @@ typedef struct _textlist { #define PARRAY_SIZE (MAX_PLAYER + 50) +__FICS_BEGIN_DECLS extern player parray[PARRAY_SIZE]; extern int p_num; @@ -279,4 +280,6 @@ extern void player_write_login(int); extern void player_write_logout(int); extern unsigned int get_uint(const char *); +__FICS_END_DECLS + #endif /* _PLAYERDB_H */ |
