diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-04-04 20:26:40 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-04-04 20:26:40 +0200 |
| commit | bedfdfd60c119ee04ceaab3cc8a7c3d24ba00b6c (patch) | |
| tree | b22a7552994be6c2a8fc1af01cd08f040c7930d1 /FICS/comproc.h | |
| parent | 2778a10fcade2a8d6bee556db682ee7a84f90eb1 (diff) | |
Usage of begin/end decls
Diffstat (limited to 'FICS/comproc.h')
| -rw-r--r-- | FICS/comproc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/comproc.h b/FICS/comproc.h index 30ef3ff..89f56b8 100644 --- a/FICS/comproc.h +++ b/FICS/comproc.h @@ -30,6 +30,7 @@ #include "command.h" +__FICS_BEGIN_DECLS extern const int none; extern const int blitz_rat; extern const int std_rat; @@ -81,5 +82,6 @@ extern int com_who(int, param_list); extern void rscan_news(FILE *, int, time_t); extern void rscan_news2(FILE *, int, int); +__FICS_END_DECLS #endif /* _COMPROC_H */ |
