(warnerr): remove, it's not part of the err.h interface
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9366 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -48,9 +48,6 @@ extern const char *__progname;
|
|||||||
#define __attribute__(x)
|
#define __attribute__(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void warnerr(int doerrno, const char *fmt, va_list ap)
|
|
||||||
__attribute__ ((format (printf, 2, 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)));
|
||||||
void err(int eval, const char *fmt, ...)
|
void err(int eval, const char *fmt, ...)
|
||||||
|
Reference in New Issue
Block a user