diff options
Diffstat (limited to 'gdb/ui-out.h')
-rw-r--r-- | gdb/ui-out.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h index 4ad0651..5265902 100644 --- a/gdb/ui-out.h +++ b/gdb/ui-out.h @@ -156,6 +156,9 @@ extern int ui_out_get_verblvl (struct ui_out *uiout); extern int ui_out_test_flags (struct ui_out *uiout, int mask); +extern int ui_out_query_field (struct ui_out *uiout, int colno, + int *width, int *alignment, char **col_name); + #if 0 extern void ui_out_result_begin (struct ui_out *uiout, char *class); |