* gdbtypes.c (copy_type): New function.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 0a48db2b5e6e272a287557c6a443c9b211ffcb67..2a41c5b90a6d7493c89dc40f5e2e2aa4318d1f38 100644 (file)
@@ -1261,4 +1261,6 @@ extern struct type *copy_type_recursive (struct objfile *objfile,
                                         struct type *type,
                                         htab_t copied_types);
 
+extern struct type *copy_type (const struct type *type);
+
 #endif /* GDBTYPES_H */
This page took 0.030283 seconds and 4 git commands to generate.