aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/shutdown.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-09-15 18:50:32 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-09-15 18:50:32 +0200
commitc3eee8e333866d92e5fd94ae83cef618758c11bb (patch)
tree234a06fd90bd61a6668490a0cbf8870e6c674b81 /FICS/shutdown.h
FICS RPBLC v1.4.61.4.6
Diffstat (limited to 'FICS/shutdown.h')
-rw-r--r--FICS/shutdown.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/FICS/shutdown.h b/FICS/shutdown.h
new file mode 100644
index 0000000..8728ecb
--- /dev/null
+++ b/FICS/shutdown.h
@@ -0,0 +1,19 @@
+/* shutdown.h */
+
+#ifndef _SHUTDOWN_H
+#define _SHUTDOWN_H
+
+#include "command.h" /* param_list */
+#include "common.h" /* __dead */
+
+extern int check_and_print_shutdown(int);
+extern int com_shutdown(int, param_list);
+extern int com_whenshut(int, param_list);
+extern int server_shutdown(int, char *);
+
+extern __dead void ShutDown(void);
+
+extern void ShutHeartBeat(void);
+extern void output_shut_mess(void);
+
+#endif /* _SHUTDOWN_H */