Re-factor (i386|amd64)mpx target descriptions.
[deliverable/binutils-gdb.git] / gdb / top.h
index f3b080bf9d1e205b37e4bcf02a78526c7ba41004..a498f390ebcb38eaa234026235b68dbf774fcaa8 100644 (file)
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -20,6 +20,8 @@
 #ifndef TOP_H
 #define TOP_H
 
+struct buffer;
+
 /* From top.c.  */
 extern char *saved_command_line;
 extern FILE *instream;
@@ -97,4 +99,8 @@ extern void set_verbose (char *, int, struct cmd_list_element *);
 
 extern void do_restore_instream_cleanup (void *stream);
 
+extern char *handle_line_of_input (struct buffer *cmd_line_buffer,
+                                  char *rl, int repeat,
+                                  char *annotation_suffix);
+
 #endif
This page took 0.023978 seconds and 4 git commands to generate.