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/tui/tuiIO.h | |
parent | da59e08184255e09e51e54bb356e4448d33b2245 (diff) | |
download | fsf-binutils-gdb-d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf.zip fsf-binutils-gdb-d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf.tar.gz fsf-binutils-gdb-d9fcf2fb1c12d48f657c974dc5b6898022bf9ccf.tar.bz2 |
import gdb-2000-02-01 snapshot
Diffstat (limited to 'gdb/tui/tuiIO.h')
-rw-r--r-- | gdb/tui/tuiIO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tuiIO.h b/gdb/tui/tuiIO.h index adb7b15..a1fe6a0 100644 --- a/gdb/tui/tuiIO.h +++ b/gdb/tui/tuiIO.h @@ -7,7 +7,7 @@ #include <stdio.h> -extern void tuiPuts_unfiltered PARAMS ((const char *, GDB_FILE *)); +extern void tuiPuts_unfiltered (const char *, struct ui_file *); extern unsigned int tuiGetc PARAMS ((void)); extern unsigned int tuiBufferGetc PARAMS ((void)); extern int tuiRead PARAMS ((int, char *, int)); |