gdb/testsuite/
[binutils-gdb.git] / gdb / symtab.h
index 04cb443460182cd187a7bf3bd57f0aa7fa467fe9..f96c3f4091824efe5a0fc282ec417c2b0ed820bd 100644 (file)
@@ -977,6 +977,10 @@ extern int find_pc_line_pc_range (CORE_ADDR, CORE_ADDR *, CORE_ADDR *);
 
 extern void reread_symbols (void);
 
+extern struct symbol *lookup_type_symbol (const char* name,
+                                         const struct block *block,
+                                         const domain_enum domain,
+                                         enum language lang);
 extern struct type *lookup_transparent_type (const char *);
 extern struct type *basic_lookup_transparent_type (const char *);