include roken.h to get prototype for warnerr, which has moved from

err.h


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9495 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-01-25 12:40:36 +00:00
parent 49eff91b5b
commit 7bb926272f
4 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H<>gskolan * Copyright (c) 1995 - 2001 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -36,7 +36,7 @@
RCSID("$Id$"); RCSID("$Id$");
#endif #endif
#include "err.h" #include "roken.h"
void void
verr(int eval, const char *fmt, va_list ap) verr(int eval, const char *fmt, va_list ap)

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H<>gskolan * Copyright (c) 1995 - 2001 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -36,7 +36,7 @@
RCSID("$Id$"); RCSID("$Id$");
#endif #endif
#include "err.h" #include "roken.h"
void void
verrx(int eval, const char *fmt, va_list ap) verrx(int eval, const char *fmt, va_list ap)

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H<>gskolan * Copyright (c) 1995 - 2001 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -36,7 +36,7 @@
RCSID("$Id$"); RCSID("$Id$");
#endif #endif
#include "err.h" #include "roken.h"
void void
vwarn(const char *fmt, va_list ap) vwarn(const char *fmt, va_list ap)

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H<>gskolan * Copyright (c) 1995 - 2001 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -36,7 +36,7 @@
RCSID("$Id$"); RCSID("$Id$");
#endif #endif
#include "err.h" #include "roken.h"
void void
vwarnx(const char *fmt, va_list ap) vwarnx(const char *fmt, va_list ap)