X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Flibaout.h;h=bdf917e5561536e1e811b01cd88a42f170dbf33f;hb=dcc050c86c3e5160497da7aab480adae9ba284aa;hp=81ef4cffd5ebb8dfc6658636038f1bfce7a5c222;hpb=b3adc24a0713411ab38a21dc894dd40dbc5c8f4f;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/libaout.h b/bfd/libaout.h index 81ef4cffd5..bdf917e556 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -475,8 +475,8 @@ extern bfd_boolean NAME (aout, squirt_out_relocs) extern bfd_boolean NAME (aout, make_sections) (bfd *); -extern const bfd_target * NAME (aout, some_aout_object_p) - (bfd *, struct internal_exec *, const bfd_target *(*) (bfd *)); +extern bfd_cleanup NAME (aout, some_aout_object_p) + (bfd *, struct internal_exec *, bfd_cleanup (*) (bfd *)); extern bfd_boolean NAME (aout, mkobject) (bfd *);