]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tui/tuiIO.c
import gdb-2000-02-01 snapshot
[thirdparty/binutils-gdb.git] / gdb / tui / tuiIO.c
index f443bd00b126405f50022de95a2685049de9f41a..60a296526f88ff9b059f80dee8e6d8c651607d67 100644 (file)
@@ -50,11 +50,11 @@ void
 #ifdef __STDC__
 tuiPuts_unfiltered (
                     const char *string,
-                    GDB_FILE * stream)
+                    struct ui_file * stream)
 #else
 tuiPuts_unfiltered (string, stream)
      char *string;
-     GDB_FILE *stream;
+     struct ui_file *stream;
 #endif
 {
   int len = strlen (string);