diff options
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/tui/tui.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 8eb6d33..68386a4 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,7 @@ +2003-09-13 Andrew Cagney <cagney@redhat.com> + + * tui.h (struct ui_file): Add opaque declaration. + 2003-08-04 Daniel Jacobowitz <drow@mvista.com> * tui-interp.c: Include "cli-out.h". 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 |