* cp-support.c (inspect_type,
[deliverable/binutils-gdb.git] / gdb / cp-support.h
index 0d2b5131b549eae2e006096d198b4fdd0a495568..86ccd5ecea1d84dd01b823786f9aae7e431b9a62 100644 (file)
@@ -149,6 +149,12 @@ extern char *cp_canonicalize_string (const char *string);
 
 extern char *cp_canonicalize_string_no_typedefs (const char *string);
 
+typedef const char *(canonicalization_ftype) (struct type *, void *);
+
+extern char *cp_canonicalize_string_full (const char *string,
+                                         canonicalization_ftype *finder,
+                                         void *data);
+
 extern char *cp_class_name_from_physname (const char *physname);
 
 extern char *method_name_from_physname (const char *physname);
This page took 0.024542 seconds and 4 git commands to generate.