diff options
Diffstat (limited to 'gdb/completer.h')
-rw-r--r-- | gdb/completer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/completer.h b/gdb/completer.h index c717a5e5c38..98b9ed83745 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -19,6 +19,8 @@ #if !defined (COMPLETER_H) #define COMPLETER_H 1 +extern char **complete_line (char *text, char *line_buffer, int point); + extern char *line_completion_function (char *, int, char *, int); extern char *readline_line_completion_function (char *text, int matches); |