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 b8c3b118eb9..bef25309ff0 100644 --- a/gdb/event-top.h +++ b/gdb/event-top.h @@ -34,6 +34,8 @@ extern void async_init_signals (void); extern void set_async_editing_command (char *args, int from_tty, struct cmd_list_element *c); +extern void command_handler (char *command); + /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT. */ #ifndef STOP_SIGNAL #include <signal.h> |