aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-07-18 19:01:14 +0000
committerAndrew Cagney <cagney@redhat.com>2003-07-18 19:01:14 +0000
commite6e5e94cb843195fef8afb195338f22dddc4d796 (patch)
tree05feed01f5839c9ec39a7274a21fab5dedcaf890 /gdb/ui-out.h
parent5483d879bd40494c8342b72794196768e17aebe7 (diff)
downloadfsf-binutils-gdb-e6e5e94cb843195fef8afb195338f22dddc4d796.zip
fsf-binutils-gdb-e6e5e94cb843195fef8afb195338f22dddc4d796.tar.gz
fsf-binutils-gdb-e6e5e94cb843195fef8afb195338f22dddc4d796.tar.bz2
2003-07-18 Andrew Cagney <cagney@redhat.com>
* user-regs.h (struct gdbarch): Declare opaque. * ui-out.h (struct ui_file): Declare opaque. * dwarf2-frame.h (struct frame_info): Declare opaque.
Diffstat (limited to 'gdb/ui-out.h')
-rw-r--r--gdb/ui-out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h
index 3102e75..5e19aff 100644
--- a/gdb/ui-out.h
+++ b/gdb/ui-out.h
@@ -27,7 +27,7 @@
struct ui_out;
struct ui_out_data;
-
+struct ui_file;
/* the current ui_out */