2003-10-19 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / bfd / opncls.c
index 086775bde5b0ea62e6afd8848648d42084b526aa..34b39ae586cf193344fea893e61331864d50643c 100644 (file)
@@ -1024,7 +1024,7 @@ FUNCTION
        bfd_create_gnu_debuglink_section
 
 SYNOPSIS
-       struct sec *bfd_create_gnu_debuglink_section
+       struct bfd_section *bfd_create_gnu_debuglink_section
          (bfd *abfd, const char *filename);
 
 DESCRIPTION
@@ -1089,7 +1089,7 @@ FUNCTION
 
 SYNOPSIS
        bfd_boolean bfd_fill_in_gnu_debuglink_section
-         (bfd *abfd, struct sec *sect, const char *filename);
+         (bfd *abfd, struct bfd_section *sect, const char *filename);
 
 DESCRIPTION
 
@@ -1105,7 +1105,7 @@ RETURNS
 
 bfd_boolean
 bfd_fill_in_gnu_debuglink_section (bfd *abfd,
-                                  struct sec *sect,
+                                  struct bfd_section *sect,
                                   const char *filename)
 {
   bfd_size_type debuglink_size;
This page took 0.037604 seconds and 4 git commands to generate.