make remote_protocol_features "const"
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 32897aabb7da8511a365f0ad22d6dad234571eda..ccf4a4f30045d3dffc11593a309ff008d2b937c9 100644 (file)
@@ -1252,8 +1252,6 @@ extern VEC (char_ptr) *make_source_files_completion_list (const char *,
 
 int matching_obj_sections (struct obj_section *, struct obj_section *);
 
-extern const char *find_main_filename (void);
-
 extern struct symtab *find_line_symtab (struct symtab *, int, int *, int *);
 
 extern struct symtab_and_line find_function_start_sal (struct symbol *sym,
@@ -1299,7 +1297,7 @@ struct symbol_search
 
   /* If msymbol is non-null, then a match was made on something for
      which only minimal_symbols exist.  */
-  struct minimal_symbol *msymbol;
+  struct bound_minimal_symbol msymbol;
 
   /* A link to the next match, or NULL for the end.  */
   struct symbol_search *next;
This page took 0.024528 seconds and 4 git commands to generate.