(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:
Assar Westerlund
2000-12-11 04:40:59 +00:00
parent d1a39c9cf5
commit 7b151d4488

View File

@@ -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).
* All rights reserved.
*
@@ -48,9 +48,6 @@ extern const char *__progname;
#define __attribute__(x)
#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)
__attribute__ ((noreturn, format (printf, 2, 0)));
void err(int eval, const char *fmt, ...)