aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/top.h b/gdb/top.h
index 20268fe..4a6e8fb 100644
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -23,8 +23,8 @@
#define TOP_H
/* From top.c. */
-extern char *line;
-extern int linesize;
+extern char *saved_command_line;
+extern int saved_command_line_size;
extern FILE *instream;
extern int in_user_command;
extern int caution;