aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/shutdown.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2026-03-14 12:24:24 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2026-03-14 12:24:24 +0100
commit78bb871cbad5d7a2601af45a9c37f121d9952ea7 (patch)
treea9f48b13371a9557afc3a0d79b9208c1ecbb662b /FICS/shutdown.h
parent0480f1120acfe40c90673e26e4611f98ff807e8c (diff)
Added begin/end decls
Diffstat (limited to 'FICS/shutdown.h')
-rw-r--r--FICS/shutdown.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/shutdown.h b/FICS/shutdown.h
index 8728ecb..0e39660 100644
--- a/FICS/shutdown.h
+++ b/FICS/shutdown.h
@@ -6,6 +6,7 @@
#include "command.h" /* param_list */
#include "common.h" /* __dead */
+__FICS_BEGIN_DECLS
extern int check_and_print_shutdown(int);
extern int com_shutdown(int, param_list);
extern int com_whenshut(int, param_list);
@@ -15,5 +16,6 @@ extern __dead void ShutDown(void);
extern void ShutHeartBeat(void);
extern void output_shut_mess(void);
+__FICS_END_DECLS
#endif /* _SHUTDOWN_H */