diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-07-18 19:01:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-07-18 19:01:14 +0000 |
commit | e6e5e94cb843195fef8afb195338f22dddc4d796 (patch) | |
tree | 05feed01f5839c9ec39a7274a21fab5dedcaf890 /gdb/ui-out.h | |
parent | 5483d879bd40494c8342b72794196768e17aebe7 (diff) | |
download | gdb-e6e5e94cb843195fef8afb195338f22dddc4d796.zip gdb-e6e5e94cb843195fef8afb195338f22dddc4d796.tar.gz 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.h | 2 |
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 */ |