ar called through parametarizable macro.
[deliverable/binutils-gdb.git] / bfd / trad-core.h
1 /* Declarations of BFD back end for traditional Unix core files
2 Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc. */
3
4 #include "ansidecl.h"
5
6 /* forward declaration */
7 PROTO (bfd_target *, trad_unix_core_file_p, (bfd *abfd));
8 PROTO (char *, trad_unix_core_file_failing_command, (bfd *abfd));
9 PROTO (int, trad_unix_core_file_failing_signal, (bfd *abfd));
10 PROTO (boolean, trad_unix_core_file_matches_executable_p,
11 (bfd *core_bfd, bfd *exec_bfd));
This page took 0.029826 seconds and 4 git commands to generate.