gdb/
[deliverable/binutils-gdb.git] / gdb / interps.h
index e1030fa8b7d26996055e695148b494afae7111f1..97559d0acf13b0555b7ecd01b54f8d5a0bd1c870 100644 (file)
@@ -1,6 +1,7 @@
 /* Manages interpreters for GDB, the GNU debugger.
 
-   Copyright (C) 2000, 2002, 2003, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    Written by Jim Ingham <jingham@apple.com> of Apple Computer, Inc.
 
@@ -17,7 +18,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>. */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef INTERPS_H
 #define INTERPS_H
@@ -66,6 +67,7 @@ extern int current_interp_display_prompt_p (void);
 extern void current_interp_command_loop (void);
 /* Returns opaque data associated with the top-level interpreter.  */
 extern void *top_level_interpreter_data (void);
+extern struct interp *top_level_interpreter (void);
 
 extern void clear_interpreter_hooks (void);
 
This page took 0.029957 seconds and 4 git commands to generate.