]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/cp-support.h
2003-09-25 David Carlton <carlton@kealia.com>
[thirdparty/binutils-gdb.git] / gdb / cp-support.h
index 169fbaf71c39fa976007b7a59dc8f17f80ed9fa4..d8cb5252d55eecab2aeec577ea4dde33c73e1fa1 100644 (file)
@@ -97,6 +97,10 @@ extern struct symbol *cp_lookup_symbol_namespace (const char *namespace,
                                                  const domain_enum domain,
                                                  struct symtab **symtab);
 
+extern struct type *cp_lookup_nested_type (struct type *parent_type,
+                                          const char *nested_name,
+                                          const struct block *block);
+
 extern void cp_check_possible_namespace_symbols (const char *name,
                                                 struct objfile *objfile);