aboutsummaryrefslogtreecommitdiff
path: root/bfd/pef.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-11 08:23:05 +0000
committerNick Clifton <nickc@redhat.com>2005-04-11 08:23:05 +0000
commit116c20d240af833e0a1f1f959951f57b6e465782 (patch)
tree345a9e65464ab3e045860c9dd7ac5b371186a347 /bfd/pef.h
parent514d955ded1ad3ca20e22ee3dddeabf0c3b84296 (diff)
downloadbinutils-116c20d240af833e0a1f1f959951f57b6e465782.zip
binutils-116c20d240af833e0a1f1f959951f57b6e465782.tar.gz
binutils-116c20d240af833e0a1f1f959951f57b6e465782.tar.bz2
Convert to ISO C90 formatting
Diffstat (limited to 'bfd/pef.h')
-rw-r--r--bfd/pef.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/bfd/pef.h b/bfd/pef.h
index caeb710..4af8c3c 100644
--- a/bfd/pef.h
+++ b/bfd/pef.h
@@ -176,11 +176,11 @@ struct bfd_pef_xlib_data_struct
};
typedef struct bfd_pef_xlib_data_struct bfd_pef_xlib_data_struct;
-int bfd_pef_parse_loader_header PARAMS ((bfd *, unsigned char *, size_t, bfd_pef_loader_header *));
-int bfd_pef_print_loader_section PARAMS ((bfd *, FILE *));
-void bfd_pef_print_loader_header PARAMS ((bfd *, bfd_pef_loader_header *, FILE *));
-int bfd_pef_parse_imported_library PARAMS ((bfd *, unsigned char *, size_t, bfd_pef_imported_library *));
-int bfd_pef_parse_imported_symbol PARAMS ((bfd *, unsigned char *, size_t, bfd_pef_imported_symbol *));
-int bfd_pef_scan_section PARAMS ((bfd *, bfd_pef_section *));
-int bfd_pef_scan_start_address PARAMS ((bfd *));
-int bfd_pef_scan PARAMS ((bfd *, bfd_pef_header *, bfd_pef_data_struct *));
+int bfd_pef_parse_loader_header (bfd *, unsigned char *, size_t, bfd_pef_loader_header *);
+int bfd_pef_print_loader_section (bfd *, FILE *);
+void bfd_pef_print_loader_header (bfd *, bfd_pef_loader_header *, FILE *);
+int bfd_pef_parse_imported_library (bfd *, unsigned char *, size_t, bfd_pef_imported_library *);
+int bfd_pef_parse_imported_symbol (bfd *, unsigned char *, size_t, bfd_pef_imported_symbol *);
+int bfd_pef_scan_section (bfd *, bfd_pef_section *);
+int bfd_pef_scan_start_address (bfd *);
+int bfd_pef_scan (bfd *, bfd_pef_header *, bfd_pef_data_struct *);