]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/symfile.h
2010-01-06 Tristan Gingold <gingold@adacore.com>
[thirdparty/binutils-gdb.git] / gdb / symfile.h
index 8eb1b5e25491a13c06e1e244017e2cb5383cb01b..f9c4daa7b9f97f4b522e6007a8cb18a99634c675 100644 (file)
@@ -238,10 +238,9 @@ extern struct objfile *symbol_file_add_from_bfd (bfd *, int,
                                                  struct section_addr_info *,
                                                  int);
 
-extern void symbol_file_add_separate (bfd *bfd, int symfile_flags,
-                                     struct objfile *objfile);
+extern void symbol_file_add_separate (bfd *, int, struct objfile *);
 
-extern char *find_separate_debug_file_by_debuglink (struct objfile *objfile);
+extern char *find_separate_debug_file_by_debuglink (struct objfile *);
 
 /* Create a new section_addr_info, with room for NUM_SECTIONS.  */