diff options
Diffstat (limited to 'bfd/seclet.h')
-rw-r--r-- | bfd/seclet.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/seclet.h b/bfd/seclet.h index d8386df..0629589 100644 --- a/bfd/seclet.h +++ b/bfd/seclet.h @@ -50,5 +50,7 @@ struct bfd_seclet_struct typedef struct bfd_seclet_struct bfd_seclet_type; -bfd_seclet_type *EXFUN(bfd_new_seclet,(bfd*,asection*)); +bfd_seclet_type * +bfd_new_seclet PARAMS ((bfd*, asection*)); + #endif |