mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* ui-out.c (ui_out_list_begin): Add parameter ``id''.
(make_cleanup_ui_out_list_begin_end): Ditto. Open the list. * ui-out.h: Update declarations.
This commit is contained in:
@@ -98,14 +98,14 @@ extern void ui_out_table_body (struct ui_out *uiout);
|
||||
|
||||
extern void ui_out_table_end (struct ui_out *uiout);
|
||||
|
||||
/* Compatibility wrappers, new code should use ui_out_begin() and
|
||||
ui_out_end(). */
|
||||
/* Compatibility wrappers. */
|
||||
|
||||
extern void ui_out_list_begin (struct ui_out *uiout);
|
||||
extern void ui_out_list_begin (struct ui_out *uiout, const char *id);
|
||||
|
||||
extern void ui_out_list_end (struct ui_out *uiout);
|
||||
|
||||
extern struct cleanup *make_cleanup_ui_out_list_begin_end (struct ui_out *uiout);
|
||||
extern struct cleanup *make_cleanup_ui_out_list_begin_end (struct ui_out *uiout,
|
||||
const char *id);
|
||||
|
||||
extern void ui_out_tuple_begin (struct ui_out *uiout, const char *id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user