]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-07-18 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 18 Jul 2003 19:09:35 +0000 (19:09 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 18 Jul 2003 19:09:35 +0000 (19:09 +0000)
* ui-out.h (struct ui_file): Add opaque declaration.

gdb/ChangeLog
gdb/ui-out.h

index 4248f0cb9eb1e7695c195d3464746fa2f4c93b28..85eeea3ceab8051416a24cea72fca1358e98f031 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-18  Andrew Cagney  <cagney@redhat.com>
+
+       * ui-out.h (struct ui_file): Add opaque declaration.
+
 2003-07-17  Elena Zannoni  <ezannoni@redhat.com>
 
        * Makefile.in (x86-64-linux-nat.o): Update dependencies.
index 3102e750ca5db400a2634a66303ddafac419d303..840fa97b85808f946336626ace711203744b2cfc 100644 (file)
@@ -25,6 +25,7 @@
 
 /* The ui_out structure */
 
+struct ui_file;
 struct ui_out;
 struct ui_out_data;