aboutsummaryrefslogtreecommitdiff
path: root/binutils/ar.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-11-05 12:08:17 +0000
committerJohn Gilmore <gnu@cygnus>1992-11-05 12:08:17 +0000
commite87cc81623e56c9ec8860ec8e738fc309fedc848 (patch)
tree4e5ef66936c479406fc1a82cf23acd7a0b875b48 /binutils/ar.c
parent151a6341c6be543a337dab3690c211c4f61f802e (diff)
downloadgdb-e87cc81623e56c9ec8860ec8e738fc309fedc848.zip
gdb-e87cc81623e56c9ec8860ec8e738fc309fedc848.tar.gz
gdb-e87cc81623e56c9ec8860ec8e738fc309fedc848.tar.bz2
Missed one use of PROTO.
Diffstat (limited to 'binutils/ar.c')
-rw-r--r--binutils/ar.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/binutils/ar.c b/binutils/ar.c
index 39e18bb..d034ab2 100644
--- a/binutils/ar.c
+++ b/binutils/ar.c
@@ -46,6 +46,11 @@ extern int errno;
#endif
#define BUFSIZE 8192
+/* Kludge declaration from BFD! This is ugly! FIXME! XXX */
+
+struct ar_hdr *
+bfd_special_undocumented_glue PARAMS ((bfd *abfd, char *filename));
+
/* Forward declarations */
static void
@@ -619,10 +624,6 @@ extract_file(abfd)
/* Just do it quickly; don't worry about dups, armap, or anything like that */
-/* This is ugly! XXX */
-
-PROTO(struct ar_hdr *, bfd_special_undocumented_glue, (bfd *abfd, char *filename));
-
static void
do_quick_append(archive_filename, files_to_append)
char *archive_filename;