diff options
Diffstat (limited to 'gdb/event-top.h')
-rw-r--r-- | gdb/event-top.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/event-top.h b/gdb/event-top.h index 24044a57bab..d8c0a963989 100644 --- a/gdb/event-top.h +++ b/gdb/event-top.h @@ -71,6 +71,8 @@ struct prompts FIXME: these should really go into top.h. */ extern void display_gdb_prompt (char *new_prompt); +void gdb_setup_readline (void); +void gdb_disable_readline (void); extern void async_init_signals (void); extern void set_async_editing_command (char *args, int from_tty, struct cmd_list_element *c); |