summaryrefslogtreecommitdiff
path: root/binutils/bucomm.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-04-29 16:49:20 +0000
committerH.J. Lu <hjl@lucon.org>2005-04-29 16:49:20 +0000
commitca1608659536f2ddc6ed516a27c1a58171cffc4e (patch)
tree872e9f76fdc0cc69bea603889963d194519b0183 /binutils/bucomm.h
parent04cf68ab73b6b226754cc58f8e66cc7e826dd138 (diff)
downloadbinutils-redhat-ca1608659536f2ddc6ed516a27c1a58171cffc4e.tar.gz
2005-04-29 H.J. Lu <hongjiu.lu@intel.com>
* bucomm.c: Undo the last change. * bucomm.h: Likewise.
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r--binutils/bucomm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/bucomm.h b/binutils/bucomm.h
index 61a64bffa8..d7245868d6 100644
--- a/binutils/bucomm.h
+++ b/binutils/bucomm.h
@@ -152,6 +152,8 @@ void bfd_nonfatal (const char *);
void bfd_fatal (const char *) ATTRIBUTE_NORETURN;
+void report (const char *, va_list);
+
void fatal (const char *, ...) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
void non_fatal (const char *, ...) ATTRIBUTE_PRINTF_1;