gdb/
[deliverable/binutils-gdb.git] / gdb / symtab.c
index b9befedf339897cbca50716fb8e37433d3f2fc28..97d7950d7cb1e490b86a537eb733bc78edcff8f2 100644 (file)
@@ -3890,6 +3890,16 @@ make_symbol_completion_list (char *text, char *word)
   return current_language->la_make_symbol_completion_list (text, word);
 }
 
+/* Like make_symbol_completion_list, but suitable for use as a
+   completion function.  */
+
+char **
+make_symbol_completion_list_fn (struct cmd_list_element *ignore,
+                               char *text, char *word)
+{
+  return make_symbol_completion_list (text, word);
+}
+
 /* Like make_symbol_completion_list, but returns a list of symbols
    defined in a source file FILE.  */
 
This page took 0.02353 seconds and 4 git commands to generate.