diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-02 00:21:19 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-02 00:21:19 +0000 |
commit | d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf (patch) | |
tree | 174ea6281f2933a803a1a4dc262133a462934b6d /gdb/gdbcmd.h | |
parent | import gdb-2000-01-31 snapshot (diff) | |
download | binutils-gdb-d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf.tar.gz binutils-gdb-d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf.tar.bz2 binutils-gdb-d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf.zip |
import gdb-2000-02-01 snapshot
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index af4fcf6199f..b801f08147e 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -1,5 +1,5 @@ /* Header file for GDB-specific command-line stuff. - Copyright 1986, 1989, 1990, 1992 Free Software Foundation, Inc. + Copyright 1986, 1989, 1990, 1992, 2000 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -106,8 +106,8 @@ execute_command PARAMS ((char *, int)); enum command_control_type execute_control_command PARAMS ((struct command_line *)); -extern void -print_command_line PARAMS ((struct command_line *, unsigned int, GDB_FILE *)); +extern void print_command_line (struct command_line *, unsigned int, + struct ui_file *); extern char **noop_completer PARAMS ((char *, char *)); |