aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-08 00:57:45 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-08 00:57:45 +0100
commit9c26b2d50fd35b9d8d040eb4449c38d6a15874b3 (patch)
treef9b5c44dfe765c59f98a37c88b949eeb0c088dc6 /FICS
parentfa176acce93fa11b0ae90593f98b3be17fc5b29b (diff)
Usage of begin/end decls
Diffstat (limited to 'FICS')
-rw-r--r--FICS/talkproc.h2
1 files changed, 2 insertions, 0 deletions
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 */