summaryrefslogtreecommitdiff
path: root/gdb/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exec.h')
-rw-r--r--gdb/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exec.h b/gdb/exec.h
index f28a033428d..24489654ddc 100644
--- a/gdb/exec.h
+++ b/gdb/exec.h
@@ -115,7 +115,7 @@ extern void add_target_sections_of_objfile (struct objfile *objfile);
special cased --- it's filename is omitted; if it is the executable
file, its entry point is printed. */
-extern void print_section_info (struct target_section_table *table,
+extern void print_section_info (target_section_table *table,
bfd *abfd);
extern void exec_close (void);