X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/33d43d4fa4baf6e1e9089e4d281e27198f3bba84..968dee680f777012773c21a23dd698b693634104:/include/ircd.h?ds=sidebyside diff --git a/include/ircd.h b/include/ircd.h index f61afeef..28df4d5b 100644 --- a/include/ircd.h +++ b/include/ircd.h @@ -103,6 +103,6 @@ extern bool ircd_ssl_ok; extern bool ircd_zlib_ok; extern int maxconnections; -void ircd_shutdown(const char *reason); +void ircd_shutdown(const char *reason) __attribute__((noreturn)); #endif