From d75b5104df76c05fc85594425d35c30959eec84d 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/completer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/completer.h') diff --git a/gdb/completer.h b/gdb/completer.h index ae27395..aa0804c 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -21,6 +21,10 @@ extern char *line_completion_function (char *, int, char *, int); +extern char *readline_line_completion_function (char *text, int matches); + +extern char **noop_completer (char *, char *); + extern char **filename_completer (char *, char *); extern char **location_completer (char *, char *); -- cgit v1.1