diff options
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index 65b3b7a941c..65b47ee2ad2 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -105,7 +105,8 @@ execute_command PARAMS ((char *, int)); enum command_control_type execute_control_command PARAMS ((struct command_line *)); -void print_command_line PARAMS ((struct command_line *, unsigned int)); +extern void +print_command_line PARAMS ((struct command_line *, unsigned int, GDB_FILE *)); extern char **noop_completer PARAMS ((char *, char *)); |