diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h index 55eb253..731b6be 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -410,7 +410,8 @@ extern struct value *value_in (struct value *element, struct value *set); extern int value_bit_index (struct type *type, const gdb_byte *addr, int index); -extern int using_struct_return (struct type *value_type); +extern int using_struct_return (struct type *func_type, + struct type *value_type); extern struct value *evaluate_expression (struct expression *exp); |