diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-14 02:04:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-14 02:04:44 +0000 |
commit | 4a4b3fedfec42967926860950ee4fae2f01af98e (patch) | |
tree | 4cb9d76b860dbe369f585fc7e6a4370a1c42fdc1 /gdb/tui/tui.h | |
parent | 9bb37a563dbc23dfe694b24b84a24613901d888c (diff) | |
download | gdb-4a4b3fedfec42967926860950ee4fae2f01af98e.zip gdb-4a4b3fedfec42967926860950ee4fae2f01af98e.tar.gz gdb-4a4b3fedfec42967926860950ee4fae2f01af98e.tar.bz2 |
2003-09-13 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
* ppc-tdep.h (struct regcache): Declare opaque.
* objfiles.h (struct objfile_data): Declare opaque.
* cp-support.h (struct objfile): Declare opaque.
* linux-nat.h (target_waitstatus): Declare opaque.
Diffstat (limited to 'gdb/tui/tui.h')
-rw-r--r-- | gdb/tui/tui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h index ed66a4f..c627b86 100644 --- a/gdb/tui/tui.h +++ b/gdb/tui/tui.h @@ -33,6 +33,8 @@ #undef chtype #endif +struct ui_file; + /* Opaque data type */ typedef char *Opaque; typedef |