* Many files: change all bfd_target vectors to be const. Change
[deliverable/binutils-gdb.git] / bfd / aout-encap.c
index 56c19369ff80b2a438f28d5aafe7796c11e67045..6c3772e0bbdb5aa0db972caef36ca112f3209165 100644 (file)
@@ -35,9 +35,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "aout/ar.h"
 #include "libaout.h"           /* BFD a.out internal data structures */
 
-bfd_target *encap_real_callback ();
+const bfd_target *encap_real_callback ();
 
-bfd_target *
+const bfd_target *
 encap_object_p (abfd)
      bfd *abfd;
 {
@@ -79,7 +79,7 @@ encap_object_p (abfd)
 }
 
 /* Finish up the reading of a encapsulated-coff a.out file header */
-bfd_target *
+const bfd_target *
 encap_real_callback (abfd)
      bfd *abfd;
 {
This page took 0.024539 seconds and 4 git commands to generate.