Fix binutils tools so that they can cope with the special /dev/null file when run...
[binutils-gdb.git] / ld / ldmisc.h
index ba7f0c6515e138b00bbc7689ea14d07edfd1ea8e..3f1f7797b6db3818e7203ce6734aeac4075c066e 100644 (file)
@@ -1,6 +1,5 @@
 /* ldmisc.h -
-   Copyright 1991, 1992, 1993, 1994, 1996, 1997, 2001, 2003, 2004, 2005, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1991-2021 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -22,6 +21,7 @@
 #ifndef LDMISC_H
 #define LDMISC_H
 
+extern void vfinfo (FILE *fp, const char *fmt, va_list arg, bfd_boolean is_warning);
 extern void einfo (const char *, ...);
 extern void minfo (const char *, ...);
 extern void info_msg (const char *, ...);