diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/value.h b/gdb/value.h index 50abe0e..cc1d90f 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -307,6 +307,8 @@ extern value_ptr allocate_value (struct type *type); extern value_ptr allocate_repeat_value (struct type *type, int count); +extern value_ptr value_change_enclosing_type (value_ptr val, struct type *new_type); + extern value_ptr value_mark (void); extern void value_free_to_mark (value_ptr mark); |