diff options
Diffstat (limited to 'gdb/terminal.h')
-rw-r--r-- | gdb/terminal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/terminal.h b/gdb/terminal.h index cc10242..433aa7d 100644 --- a/gdb/terminal.h +++ b/gdb/terminal.h @@ -101,6 +101,8 @@ extern void initialize_stdin_serial (void); extern int gdb_has_a_terminal (void); +extern void gdb_save_tty_state (void); + /* Set the process group of the caller to its own pid, or do nothing if we lack job control. */ extern int gdb_setpgid (void); |