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 abb3b8c8a4a..ae27395a2b8 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -23,6 +23,8 @@ extern char *line_completion_function (char *, int, char *, int); extern char **filename_completer (char *, char *); +extern char **location_completer (char *, char *); + extern char *get_gdb_completer_word_break_characters (void); extern char *get_gdb_completer_quote_characters (void); |