diff options
Diffstat (limited to 'binutils/bucomm.h')
-rw-r--r-- | binutils/bucomm.h | 2 |
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 */ |