Lines 21-26
Link Here
|
21 |
#ifndef _BUCOMM_H |
21 |
#ifndef _BUCOMM_H |
22 |
#define _BUCOMM_H |
22 |
#define _BUCOMM_H |
23 |
|
23 |
|
|
|
24 |
/* In bucomm.c. */ |
25 |
|
24 |
/* Return the filename in a static buffer. */ |
26 |
/* Return the filename in a static buffer. */ |
25 |
const char *bfd_get_archive_filename (const bfd *); |
27 |
const char *bfd_get_archive_filename (const bfd *); |
26 |
|
28 |
|
Lines 56-75
bfd_vma parse_vma (const char *, const char *);
Link Here
|
56 |
|
58 |
|
57 |
off_t get_file_size (const char *); |
59 |
off_t get_file_size (const char *); |
58 |
|
60 |
|
|
|
61 |
bfd_boolean is_valid_archive_path (char const *); |
62 |
|
59 |
extern char *program_name; |
63 |
extern char *program_name; |
60 |
|
64 |
|
61 |
/* filemode.c */ |
65 |
/* In filemode.c. */ |
62 |
void mode_string (unsigned long, char *); |
66 |
void mode_string (unsigned long, char *); |
63 |
|
67 |
|
64 |
/* version.c */ |
68 |
/* In version.c. */ |
65 |
extern void print_version (const char *); |
69 |
extern void print_version (const char *); |
66 |
|
70 |
|
67 |
/* rename.c */ |
71 |
/* In rename.c. */ |
68 |
extern void set_times (const char *, const struct stat *); |
72 |
extern void set_times (const char *, const struct stat *); |
69 |
|
73 |
|
70 |
extern int smart_rename (const char *, const char *, int); |
74 |
extern int smart_rename (const char *, const char *, int); |
71 |
|
75 |
|
72 |
/* libiberty. */ |
76 |
/* In libiberty. */ |
73 |
void *xmalloc (size_t); |
77 |
void *xmalloc (size_t); |
74 |
|
78 |
|
75 |
void *xrealloc (void *, size_t); |
79 |
void *xrealloc (void *, size_t); |