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 41e396a..5acbee4 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -176,7 +176,7 @@ extern void term_info (char *, int); extern void terminal_ours_for_output (void); -extern void terminal_inferior (void); +extern void terminal_inferior (struct target_ops *self); extern void terminal_init_inferior (struct target_ops *self); |