diff options
Diffstat (limited to 'gdb/completer.h')
-rw-r--r-- | gdb/completer.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 *); |