Index: gdb/top.h |
diff --git a/gdb/top.h b/gdb/top.h |
index 90e662a39725916c18a1ab2e4432a67e3e3d9f73..6f7423321398e02447a83f812e8e9fee37b66f0a 100644 |
--- a/gdb/top.h |
+++ b/gdb/top.h |
@@ -26,7 +26,7 @@ extern char *saved_command_line; |
extern int saved_command_line_size; |
extern FILE *instream; |
extern int in_user_command; |
-extern int caution; |
+extern int confirm; |
extern char gdb_dirbuf[1024]; |
extern int inhibit_gdbinit; |
extern int epoch_interface; |
@@ -43,6 +43,8 @@ extern void quit_command (char *, int); |
extern void quit_cover (void); |
extern void execute_command (char *, int); |
+extern void check_frame_language_change (void); |
+ |
/* Prepare for execution of a command. |
Call this before every command, CLI or MI. |
Returns a cleanup to be run after the command is completed. */ |