From 9c26b2d50fd35b9d8d040eb4449c38d6a15874b3 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 8 Mar 2026 00:57:45 +0100 Subject: Usage of begin/end decls --- FICS/talkproc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FICS') diff --git a/FICS/talkproc.h b/FICS/talkproc.h index cb53485..fbc271c 100644 --- a/FICS/talkproc.h +++ b/FICS/talkproc.h @@ -32,6 +32,7 @@ #define MAX_CHANNELS 256 +__FICS_BEGIN_DECLS extern int quota_time; extern int com_clearmessages(int, param_list); @@ -52,5 +53,6 @@ extern int com_xtell(int, param_list); extern int com_znotify(int, param_list); extern int on_channel(int, int); +__FICS_END_DECLS #endif /* _TALKPROC_H */ -- cgit v1.2.3