Restructure err and warn functions.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1504 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
extern char *__progname;
|
||||
|
||||
void warnerr(int doexit, int eval, int doerrno, const char *fmt, va_list ap);
|
||||
|
||||
void verr(int eval, const char *fmt, va_list ap);
|
||||
void err(int eval, const char *fmt, ...);
|
||||
void verrx(int eval, const char *fmt, va_list ap);
|
||||
|
Reference in New Issue
Block a user