summaryrefslogtreecommitdiff
path: root/binutils/elfcomm.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/elfcomm.h')
-rw-r--r--binutils/elfcomm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/elfcomm.h b/binutils/elfcomm.h
index abc7611fe3f..abf84b5cb9e 100644
--- a/binutils/elfcomm.h
+++ b/binutils/elfcomm.h
@@ -26,8 +26,8 @@
#include "aout/ar.h"
-void error (const char *, ...) ATTRIBUTE_PRINTF_1;
-void warn (const char *, ...) ATTRIBUTE_PRINTF_1;
+extern void error (const char *, ...) ATTRIBUTE_PRINTF_1;
+extern void warn (const char *, ...) ATTRIBUTE_PRINTF_1;
typedef unsigned HOST_WIDEST_INT elf_vma;