X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fmain.h;h=41dbdd6cc69c232a6176f049a85f17bf76a1cbec;hb=2c02bd729076b940958bccf68f1cc0b1ecf8403b;hp=5e457249a8fc2ba4ab0dc5bc8d5c09996a1c9316;hpb=4c38e0a4fcb69f8586d8db0b9cdb8dbab5980811;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/main.h b/gdb/main.h index 5e457249a8..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, 2010 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