diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 115c8ba15ec..5b109ce95ca 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1116,6 +1116,8 @@ extern void forget_cached_source_info (void); extern void select_source_symtab (struct symtab *); +extern char **default_make_symbol_completion_list_break_on + (char *text, char *word, const char *break_on); extern char **default_make_symbol_completion_list (char *, char *); extern char **make_symbol_completion_list (char *, char *); extern char **make_symbol_completion_list_fn (struct cmd_list_element *, |