*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1517 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -16,7 +16,7 @@ extern const char *__progname;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void warnerr(int doexit, int eval, int doerrno, const char *fmt, va_list ap)
|
void warnerr(int doexit, int eval, int doerrno, const char *fmt, va_list ap)
|
||||||
__attribute__ ((noreturn, format (printf, 4, 0)));
|
__attribute__ ((format (printf, 4, 0)));
|
||||||
|
|
||||||
void verr(int eval, const char *fmt, va_list ap)
|
void verr(int eval, const char *fmt, va_list ap)
|
||||||
__attribute__ ((noreturn, format (printf, 2, 0)));
|
__attribute__ ((noreturn, format (printf, 2, 0)));
|
||||||
|
@@ -16,7 +16,7 @@ extern const char *__progname;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void warnerr(int doexit, int eval, int doerrno, const char *fmt, va_list ap)
|
void warnerr(int doexit, int eval, int doerrno, const char *fmt, va_list ap)
|
||||||
__attribute__ ((noreturn, format (printf, 4, 0)));
|
__attribute__ ((format (printf, 4, 0)));
|
||||||
|
|
||||||
void verr(int eval, const char *fmt, va_list ap)
|
void verr(int eval, const char *fmt, va_list ap)
|
||||||
__attribute__ ((noreturn, format (printf, 2, 0)));
|
__attribute__ ((noreturn, format (printf, 2, 0)));
|
||||||
|
Reference in New Issue
Block a user