2008-03-25 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / terminal.h
index 85695756a3d2dd6bc1f6221fbd3aed6ca258d248..743be6c1dc0c2cd71cb0af2fbcca8ece112c84ee 100644 (file)
@@ -1,6 +1,6 @@
 /* Terminal interface definitions for GDB, the GNU Debugger.
    Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1999, 2000,
-   2006, 2007 Free Software Foundation, Inc.
+   2006, 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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);
This page took 0.028456 seconds and 4 git commands to generate.