Record GDB 7.5 branch creation. Bump version number
[deliverable/binutils-gdb.git] / gdb / dictionary.h
index 1d58fabfe96167af89eee65f8b7d5ed3e167f583..1f012f374ae9a6337bca8226e1c30e0c79869dea 100644 (file)
@@ -85,6 +85,11 @@ extern void dict_free (struct dictionary *dict);
 
 extern void dict_add_symbol (struct dictionary *dict, struct symbol *sym);
 
+/* Utility to add a list of symbols to a dictionary.  */
+
+extern void dict_add_pending (struct dictionary *dict,
+                             const struct pending *symbol_list);
+
 /* Is the dictionary empty?  */
 
 extern int dict_empty (struct dictionary *dict);
This page took 0.023498 seconds and 4 git commands to generate.