aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/top.h b/gdb/top.h
index bdc3529..c5f6bc7 100644
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -191,6 +191,12 @@ extern struct cleanup *make_delete_ui_cleanup (struct ui *ui);
/* Cleanup that restores the current UI. */
extern void restore_ui_cleanup (void *data);
+/* Register the UI's input file descriptor in the event loop. */
+extern void ui_register_input_event_handler (struct ui *ui);
+
+/* Unregister the UI's input file descriptor from the event loop. */
+extern void ui_unregister_input_event_handler (struct ui *ui);
+
/* From top.c. */
extern char *saved_command_line;
extern int in_user_command;