aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/shutdown.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-01-04 01:36:34 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-01-04 01:36:34 +0100
commit47cd5a8433d9f22718f54fa52d545a4cda369af0 (patch)
treec95477b1845d0f23294aba6310d4235158b89f8b /FICS/shutdown.c
parent4e1269dc6d92b88d5302893f74eb8997b192b828 (diff)
Marked ShutDown() '__dead'
Diffstat (limited to 'FICS/shutdown.c')
-rw-r--r--FICS/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/shutdown.c b/FICS/shutdown.c
index 2fe7197..861c9fe 100644
--- a/FICS/shutdown.c
+++ b/FICS/shutdown.c
@@ -28,7 +28,7 @@ output_shut_mess(void)
fprintf(stderr, "FICS: Shutting down at %s\n", strltime(&shuttime));
}
-PUBLIC void
+PUBLIC __dead void
ShutDown(void)
{
time_t shuttime = time(NULL);