X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/7b4d1de38d39b145376678a22d6ff2529af9ac3b..28bcd75330ad1cedaf1f680b7a263ba5356bf752:/include/ircd.h 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