]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/value.h
doc/ChangeLog:
[thirdparty/binutils-gdb.git] / gdb / value.h
index 55eb253a5aba75116fa6481e30a610026f0e4115..731b6beb7637b3bc6b990ebcd7c050d70002626f 100644 (file)
@@ -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);