diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index c0fdf4f..6dbd2d7 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -251,7 +251,7 @@ extern struct symtab * allocate_symtab PARAMS ((char *, struct objfile *)); extern struct objfile * -allocate_objfile PARAMS ((bfd *, char *, int)); +allocate_objfile PARAMS ((bfd *, int)); extern void free_objfile PARAMS ((struct objfile *)); |