summaryrefslogtreecommitdiff
path: root/gdb/completer.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
commitd75b5104df76c05fc85594425d35c30959eec84d (patch)
tree702465627c1a5e28b250c9ddea323db8872140e0 /gdb/completer.h
parented8fee27bc6b8daee958eff4ccb0d63d8984d41d (diff)
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/completer.h')
-rw-r--r--gdb/completer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/completer.h b/gdb/completer.h
index ae27395a2b..aa0804cafc 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 *);