summaryrefslogtreecommitdiff
path: root/gdb/gdbcmd.h
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-05-19 19:58:41 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-05-19 19:58:41 +0000
commit5b0c93841c40a662962b4c3e985268f5f20ba912 (patch)
treeecb39d36e08a4e4d4926e19325d9a049b15d08a5 /gdb/gdbcmd.h
parentdefc435d0bf4ac05ac0d74aad1c42342b56eccbe (diff)
downloadgdb-5b0c93841c40a662962b4c3e985268f5f20ba912.tar.gz
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 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 *));