summaryrefslogtreecommitdiff
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
commitd7747b34b3c07a4b2a3959d3ae02ffb6766d22ce (patch)
tree2ad495b01b997c980806d0f49355338bc87402d0 /gdb/ui-out.h
parent4a2056d6987e14a37c554511a5ee170d53dc8192 (diff)
downloadgdb-d7747b34b3c07a4b2a3959d3ae02ffb6766d22ce.tar.gz
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 3102e750ca5..5e19aff9a89 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 */