aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbcmd.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-05-19 19:58:41 +0000
committerJason Molenda <jmolenda@apple.com>1999-05-19 19:58:41 +0000
commit9e086581c726753ae7459a4c77ea9b37c34c5500 (patch)
tree18cb4aec7982e5c6c740346600199e22b81c9566 /gdb/gdbcmd.h
parent1ceea51453d4ef2d739ce4dfe5d7a74c9a32dc64 (diff)
downloadfsf-binutils-gdb-9e086581c726753ae7459a4c77ea9b37c34c5500.zip
fsf-binutils-gdb-9e086581c726753ae7459a4c77ea9b37c34c5500.tar.gz
fsf-binutils-gdb-9e086581c726753ae7459a4c77ea9b37c34c5500.tar.bz2
import gdb-1999-0519
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r--gdb/gdbcmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h
index 65b3b7a..65b47ee 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 *));