* top.h (source_script, cd_command): Delete.

* main.c: #include "cli/cli-cmds.h"
This commit is contained in:
Doug Evans 2010-04-06 16:51:18 +00:00
parent bd32c6bd4c
commit 4cc23edeb9
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2010-04-06 Doug Evans <dje@google.com>
* top.h (source_script, cd_command): Delete.
* main.c: #include "cli/cli-cmds.h"
2010-04-06 Kevin Buettner <kevinb@redhat.com>
* m32c-tdep.c (make_types): When calling `arch_type', pass size of

View File

@ -39,8 +39,8 @@
#include "interps.h"
#include "main.h"
#include "source.h"
#include "cli/cli-cmds.h"
/* If nonzero, display time usage both at startup and for each command. */

View File

@ -35,8 +35,6 @@ extern char gdbinit[];
extern void print_gdb_version (struct ui_file *);
extern void source_script (char *, int);
extern void cd_command (char *, int);
extern void read_command_file (FILE *);
extern void init_history (void);
extern void command_loop (void);