pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files/nbcompat add prototypes for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/468d4a47a82d
branches:  trunk
changeset: 461375:468d4a47a82d
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Sep 15 08:29:51 2003 +0000

description:
add prototypes for v{err,warn}{,x}.

diffstat:

 pkgtools/libnbcompat/files/nbcompat/err.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 9ccd330361f1 -r 468d4a47a82d pkgtools/libnbcompat/files/nbcompat/err.h
--- a/pkgtools/libnbcompat/files/nbcompat/err.h Mon Sep 15 08:08:04 2003 +0000
+++ b/pkgtools/libnbcompat/files/nbcompat/err.h Mon Sep 15 08:29:51 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: err.h,v 1.1 2003/09/03 13:35:50 jlam Exp $     */
+/*     $NetBSD: err.h,v 1.2 2003/09/15 08:29:51 grant Exp $    */
 
 /*
  * Copyright (c) 1989, 1993
@@ -41,8 +41,12 @@
 #ifndef HAVE_ERR
 void    err(int, const char *, ...);
 void    errx(int, const char *, ...);
+void   verr(int, const char *, va_list);
+void   verrx(int, const char *, va_list);
 void    warn(const char *, ...);
 void    warnx(const char *, ...);
+void   vwarn(const char *, va_list);
+void   vwarnx(const char *, va_list);
 #endif
 
 #endif /* !_ERR_H_ */



Home | Main Index | Thread Index | Old Index