aboutsummaryrefslogtreecommitdiff
path: root/binutils/elfcomm.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/elfcomm.h')
-rw-r--r--binutils/elfcomm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/elfcomm.h b/binutils/elfcomm.h
index 4cda2a7..9728d61 100644
--- a/binutils/elfcomm.h
+++ b/binutils/elfcomm.h
@@ -28,6 +28,7 @@
extern void error (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void warn (const char *, ...) ATTRIBUTE_PRINTF_1;
+extern void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void (*byte_put) (unsigned char *, uint64_t, unsigned int);
extern void byte_put_little_endian (unsigned char *, uint64_t, unsigned int);