aboutsummaryrefslogtreecommitdiff
path: root/binutils/bucomm.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-11-07 12:19:34 +0000
committerNick Clifton <nickc@redhat.com>2003-11-07 12:19:34 +0000
commitf24ddbddc5177a930b867626b12d2bb8b3757223 (patch)
treefe1b8c0703b20b4e188b7c432488a7e2f8874ab1 /binutils/bucomm.h
parent65ed7f0a337f0c802f4a7c096c833f20c99dfb3e (diff)
downloadbinutils-f24ddbddc5177a930b867626b12d2bb8b3757223.zip
binutils-f24ddbddc5177a930b867626b12d2bb8b3757223.tar.gz
binutils-f24ddbddc5177a930b867626b12d2bb8b3757223.tar.bz2
Use consistent error messages for missing files.
Detect directories where an ordinary file is expected.
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 9b17791..f604053 100644
--- a/binutils/bucomm.h
+++ b/binutils/bucomm.h
@@ -174,6 +174,8 @@ char *make_tempname (char *);
bfd_vma parse_vma (const char *, const char *);
+off_t get_file_size (const char *);
+
extern char *program_name;
/* filemode.c */