This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[op/6] Add missing opaque declaration


Just FYI.

Andrew
2003-07-18  Andrew Cagney  <cagney@redhat.com>

	* ui-out.h (struct ui_file): Add opaque declaration.

Index: ui-out.h
===================================================================
RCS file: /cvs/src/src/gdb/ui-out.h,v
retrieving revision 1.17.30.1
diff -u -r1.17.30.1 ui-out.h
--- ui-out.h	2 Jul 2003 20:52:29 -0000	1.17.30.1
+++ ui-out.h	18 Jul 2003 19:08:42 -0000
@@ -25,6 +25,7 @@
 
 /* The ui_out structure */
 
+struct ui_file;
 struct ui_out;
 struct ui_out_data;
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]