diff options
Diffstat (limited to 'bfd/cisco-core.c')
-rw-r--r-- | bfd/cisco-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cisco-core.c b/bfd/cisco-core.c index 7155a63ddce..5d0454c46c9 100644 --- a/bfd/cisco-core.c +++ b/bfd/cisco-core.c @@ -303,13 +303,13 @@ cisco_core_file_p (bfd *abfd) return (target); } -char * +static char * cisco_core_file_failing_command (bfd *abfd ATTRIBUTE_UNUSED) { return NULL; } -int +static int cisco_core_file_failing_signal (bfd *abfd ATTRIBUTE_UNUSED) { return abfd->tdata.cisco_core_data->sig; |