summaryrefslogtreecommitdiff
path: root/gdb/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/terminal.h')
-rw-r--r--gdb/terminal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/terminal.h b/gdb/terminal.h
index 911a23a355a..743be6c1dc0 100644
--- a/gdb/terminal.h
+++ b/gdb/terminal.h
@@ -82,6 +82,8 @@ extern void new_tty (void);
a given run of GDB. In inflow.c. */
extern int job_control;
+extern int create_tty_session (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);