X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fmain.h;h=41dbdd6cc69c232a6176f049a85f17bf76a1cbec;hb=33fbcbee30e6565db27a4c5076ff61c9fc8e0744;hp=529958259d1fcbfa42d3e651424f06ba83d42dda;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/main.h b/gdb/main.h index 529958259d..41dbdd6cc6 100644 --- a/gdb/main.h +++ b/gdb/main.h @@ -1,6 +1,6 @@ /* Main interface for GDB, the GNU debugger. - Copyright (C) 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2002, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. @@ -34,5 +34,6 @@ extern int gdb_main (struct captured_main_args *); extern int return_child_result; extern int return_child_result_value; extern int batch_silent; +extern int batch_flag; #endif