From: Andrew Cagney Date: Fri, 18 Jul 2003 19:09:35 +0000 (+0000) Subject: 2003-07-18 Andrew Cagney X-Git-Tag: cagney_x86i386-20030821-branchpoint~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86f9162ce30e8819356db3ab82942cbb03dc69a7;p=thirdparty%2Fbinutils-gdb.git 2003-07-18 Andrew Cagney * ui-out.h (struct ui_file): Add opaque declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4248f0cb9eb..85eeea3ceab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-07-18 Andrew Cagney + + * ui-out.h (struct ui_file): Add opaque declaration. + 2003-07-17 Elena Zannoni * Makefile.in (x86-64-linux-nat.o): Update dependencies. diff --git a/gdb/ui-out.h b/gdb/ui-out.h index 3102e750ca5..840fa97b858 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -25,6 +25,7 @@ /* The ui_out structure */ +struct ui_file; struct ui_out; struct ui_out_data;