summaryrefslogtreecommitdiff
path: root/gdb/gdbcmd.h
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-15 18:57:06 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-15 18:57:06 +0000
commit23140485f33c70237fe0705f74246e03a06e9ce0 (patch)
treec9b4c29960b9305db9f2fd3f8371535d8d37be38 /gdb/gdbcmd.h
parenta50a1418c6efa6f67169a6a62a16724da5028051 (diff)
downloadgdb-23140485f33c70237fe0705f74246e03a06e9ce0.tar.gz
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h
index 0f591b3c6f4..c3d79e44326 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) */