]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/terminal.h
[testsuite] Make the testsuite work on mingw
[thirdparty/binutils-gdb.git] / gdb / terminal.h
index 0027a3aff4b752375d1b623c1142eb72baa71cea..e572bb7ec49225c735076940aa746c4bb210fda2 100644 (file)
@@ -1,5 +1,5 @@
 /* Terminal interface definitions for GDB, the GNU Debugger.
-   Copyright (C) 1986-2017 Free Software Foundation, Inc.
+   Copyright (C) 1986-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -29,6 +29,9 @@ extern void new_tty_postfork (void);
 
 extern void copy_terminal_info (struct inferior *to, struct inferior *from);
 
+/* Exchange the terminal info and state between inferiors A and B.  */
+extern void swap_terminal_info (inferior *a, inferior *b);
+
 extern pid_t create_tty_session (void);
 
 /* Set up a serial structure describing standard input.  In inflow.c.  */