aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tuiIO.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2000-02-02 00:21:19 +0000
committerJason Molenda <jmolenda@apple.com>2000-02-02 00:21:19 +0000
commitd9fcf2fb1c12d48f657c974dc5b6898022bf9ccf (patch)
tree174ea6281f2933a803a1a4dc262133a462934b6d /gdb/tui/tuiIO.h
parentda59e08184255e09e51e54bb356e4448d33b2245 (diff)
downloadfsf-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.h2
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));