diff options
Diffstat (limited to 'gdb/cli-out.h')
-rw-r--r-- | gdb/cli-out.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/cli-out.h b/gdb/cli-out.h index 3fc794b..3f01fe0 100644 --- a/gdb/cli-out.h +++ b/gdb/cli-out.h @@ -27,7 +27,7 @@ class cli_ui_out : public ui_out { public: - explicit cli_ui_out (ui_file *stream, ui_out_flags flags); + explicit cli_ui_out (ui_file *stream, ui_out_flags flags = ui_source_list); virtual ~cli_ui_out (); ui_file *set_stream (ui_file *stream); @@ -113,8 +113,6 @@ private: std::vector<cli_progress_info> m_meters; }; -extern cli_ui_out *cli_out_new (struct ui_file *stream); - extern void cli_display_match_list (char **matches, int len, int max); #endif |