From bedfdfd60c119ee04ceaab3cc8a7c3d24ba00b6c Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 4 Apr 2026 20:26:40 +0200 Subject: Usage of begin/end decls --- FICS/comproc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FICS/comproc.h') 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 */ -- cgit v1.2.3