diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 8c90f96..24916f5 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -266,7 +266,7 @@ extern void detach_command (char *, int); extern void notice_new_inferior (ptid_t, int, int); -extern struct value *get_return_value (struct type *func_type, +extern struct value *get_return_value (struct value *function, struct type *value_type); /* Address at which inferior stopped. */ |