Mark `help' and `version' functions as not returning.
[disorder] / lib / version.h
index b8ee0d5..51a32a0 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef VERSION_H
 #define VERSION_H
 
-void version(const char *name);
+void attribute((noreturn)) version(const char *name);
 
 #endif /* VERSION_H */