]> Git Repo - binutils.git/blame - bfd/trad-core.h
Some of these things are already done. More are probably done,
[binutils.git] / bfd / trad-core.h
CommitLineData
ff37ea55
JG
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 */
7PROTO (bfd_target *, trad_unix_core_file_p, (bfd *abfd));
8PROTO (char *, trad_unix_core_file_failing_command, (bfd *abfd));
9PROTO (int, trad_unix_core_file_failing_signal, (bfd *abfd));
10PROTO (boolean, trad_unix_core_file_matches_executable_p,
11 (bfd *core_bfd, bfd *exec_bfd));
This page took 0.030556 seconds and 4 git commands to generate.