diff options
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index c751002..7c24c3a 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -790,7 +790,7 @@ extern void info_args_command (char *, int); extern void info_locals_command (char *, int); -extern void return_command (char *, int); +extern void return_command (const char *, int); /* Set FRAME's unwinder temporarily, so that we can call a sniffer. If sniffing fails, the caller should be sure to call |