]> jfr.im git - solanum.git/blobdiff - include/ircd.h
global masktrace doesn't need to be an operspy action
[solanum.git] / include / ircd.h
index f61afeef961c3a905c5ee45b2285eb1a82de4d3d..28df4d5b3560baf3e1a3c20f3438216beb966ece 100644 (file)
@@ -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