From 78bb871cbad5d7a2601af45a9c37f121d9952ea7 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 14 Mar 2026 12:24:24 +0100 Subject: Added begin/end decls --- FICS/shutdown.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FICS/shutdown.h') 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 */ -- cgit v1.2.3