diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-15 18:57:06 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-15 18:57:06 +0000 |
commit | d75b5104df76c05fc85594425d35c30959eec84d (patch) | |
tree | 702465627c1a5e28b250c9ddea323db8872140e0 /gdb/gdbcmd.h | |
parent | ed8fee27bc6b8daee958eff4ccb0d63d8984d41d (diff) | |
download | gdb-d75b5104df76c05fc85594425d35c30959eec84d.zip gdb-d75b5104df76c05fc85594425d35c30959eec84d.tar.gz gdb-d75b5104df76c05fc85594425d35c30959eec84d.tar.bz2 |
2001-07-15 Elena Zannoni <ezannoni@redhat.com>
* top.c (readline_line_completion_function, noop_completer): Move
from here...
* completer.c (readline_line_completion_function, noop_completer):
...to here.
* gdbcmd.h (readline_line_completion_function, noop_completer):
Move declarations from here...
* completer.h (readline_line_completion_function, noop_completer):
...to here.
* corefile.c: Include completer.h.
* source.c: Ditto.
* symfile.c: Ditto.
* Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index 0f591b3..c3d79e4 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -125,8 +125,4 @@ extern void print_command_lines (struct ui_out *, struct command_line *, unsigned int); #endif -extern char **noop_completer (char *, char *); - -extern char **filename_completer (char *, char *); - #endif /* !defined (GDBCMD_H) */ |