forked from Imagelibrary/binutils-gdb
gdb: move symbol_file_command declaration to symfile.h
Move it out of defs.h, the corresponding definition is in symfile.c. Change-Id: I984666c3bcd213f8574e9ec91462e1d61f77f16b Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -188,10 +188,6 @@ struct value;
|
||||
globals that are currently only available to main.c. */
|
||||
extern std::string relocate_gdb_directory (const char *initial, bool relocatable);
|
||||
|
||||
/* From symfile.c */
|
||||
|
||||
extern void symbol_file_command (const char *, int);
|
||||
|
||||
/* From top.c */
|
||||
|
||||
typedef void initialize_file_ftype (void);
|
||||
|
||||
Reference in New Issue
Block a user