* utils.c (parse_escape): Initialize target_char to pacify GCC.
[deliverable/binutils-gdb.git] / gdb / terminal.h
index 911a23a355a3b1c33f48762b0e89d1d3c0551193..37947b3366d618470493cc363307da2c7a78a3e6 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, 2008 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009 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 pid_t 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.023197 seconds and 4 git commands to generate.