diff options
Diffstat (limited to 'gdb/main.h')
-rw-r--r-- | gdb/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,5 +33,6 @@ extern int gdb_main (struct captured_main_args *); /* From main.c. */ extern int return_child_result; extern int return_child_result_value; +extern int batch_silent; #endif |