]> jfr.im git - solanum.git/blobdiff - include/restart.h
Add tests for valid_temp_time
[solanum.git] / include / restart.h
index 344456e8935cd01afb981b22ed2f9f98124e9020..770b246f84606d1692f42ce21c8406f280f65a54 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef INCLUDED_restart_h
 #define INCLUDED_restart_h
 
-void restart(const char *);
-void server_reboot(void);
+void restart(const char *) __attribute__((noreturn));
+void server_reboot(void) __attribute__((noreturn));
 
 #endif