X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=bfd%2Fplugin.h;h=373541a5ed22f09c42f190769b9845c765257f9a;hb=250d07de5cf6efc81ed934c25292beb63c7e3129;hp=a7aed1333e0252af8292915b0c2d120f2f672c75;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=thirdparty%2Fbinutils-gdb.git diff --git a/bfd/plugin.h b/bfd/plugin.h index a7aed1333e0..373541a5ed2 100644 --- a/bfd/plugin.h +++ b/bfd/plugin.h @@ -1,5 +1,5 @@ /* Plugin support for BFD. - Copyright (C) 2009-2018 Free Software Foundation, Inc. + Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -27,7 +27,7 @@ void bfd_plugin_set_plugin (const char *); bfd_boolean bfd_plugin_target_p (const bfd_target *); bfd_boolean bfd_plugin_specified_p (void); bfd_boolean bfd_link_plugin_object_p (bfd *); -void register_ld_plugin_object_p (const bfd_target *(*object_p) (bfd *)); +void register_ld_plugin_object_p (bfd_cleanup (*object_p) (bfd *)); typedef struct plugin_data_struct {