diff options
Diffstat (limited to 'gdb/cli-out.h')
-rw-r--r-- | gdb/cli-out.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/cli-out.h b/gdb/cli-out.h index 723b726..a984d05 100644 --- a/gdb/cli-out.h +++ b/gdb/cli-out.h @@ -24,4 +24,7 @@ extern struct ui_out *cli_out_new (struct ui_file *stream); +extern struct ui_file *cli_out_set_stream (struct ui_out *uiout, + struct ui_file *stream); + #endif |