From 23140485f33c70237fe0705f74246e03a06e9ce0 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Sun, 15 Jul 2001 18:57:06 +0000 Subject: 2001-07-15 Elena Zannoni * 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. --- gdb/gdbcmd.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/gdbcmd.h') 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) */ -- cgit v1.2.1