aboutsummaryrefslogtreecommitdiff
path: root/bfd/seclet.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-11-05 11:13:01 +0000
committerJohn Gilmore <gnu@cygnus>1992-11-05 11:13:01 +0000
commitfefb4b30e634f3a70c538e63ac4a5445b0bee333 (patch)
tree2abb637a6d01170029776a555583d558a3633be2 /bfd/seclet.h
parent042bf84cf70958140c1d7411981ff065e0ebb322 (diff)
downloadfsf-binutils-gdb-fefb4b30e634f3a70c538e63ac4a5445b0bee333.zip
fsf-binutils-gdb-fefb4b30e634f3a70c538e63ac4a5445b0bee333.tar.gz
fsf-binutils-gdb-fefb4b30e634f3a70c538e63ac4a5445b0bee333.tar.bz2
Cleanup: Replace all uses of EXFUN in the BFD sources, with PARAMS.
* archures.c, reloc.c, section.c, tekhex.c: Use PARAMS in declaring pointers to functions. * cache.c, elf.c: Move static function decls to top, use PARAMS. * seclet.h: Declare external function with PARAMS. * libbfd.h: Update, based on changes in source code and chew.
Diffstat (limited to 'bfd/seclet.h')
-rw-r--r--bfd/seclet.h4
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