fort_dyn_array: Enable dynamic member types inside a structure.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 1518a7ad82bf468cd61a1d97b359071763a30aa6..c651c88a5b52e532dd9c75d87e0ea4a91bc4c6b1 100644 (file)
@@ -1826,6 +1826,9 @@ extern void add_dyn_prop
   (enum dynamic_prop_node_kind kind, struct dynamic_prop prop,
    struct type *type, struct objfile *objfile);
 
+extern void remove_dyn_prop (enum dynamic_prop_node_kind prop_kind,
+                             struct type *type);
+
 extern struct type *check_typedef (struct type *);
 
 extern void check_stub_method_group (struct type *, int);
This page took 0.025412 seconds and 4 git commands to generate.