diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal.h b/internal.h index b90ab7e18..c8c813640 100644 --- a/internal.h +++ b/internal.h | |||
@@ -164,8 +164,8 @@ extern int yes_main(int argc, char** argv); | |||
164 | 164 | ||
165 | 165 | ||
166 | extern void usage(const char *usage) __attribute__ ((noreturn)); | 166 | extern void usage(const char *usage) __attribute__ ((noreturn)); |
167 | extern void errorMsg(const char *s, ...); | 167 | extern void errorMsg(const char *s, ...) __attribute__ ((format (printf, 1, 2))); |
168 | extern void fatalError(const char *s, ...) __attribute__ ((noreturn)); | 168 | extern void fatalError(const char *s, ...) __attribute__ ((noreturn, format (printf, 1, 2))); |
169 | 169 | ||
170 | const char *modeString(int mode); | 170 | const char *modeString(int mode); |
171 | const char *timeString(time_t timeVal); | 171 | const char *timeString(time_t timeVal); |