X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftui%2Ftui-io.h;h=a080529e50a7689fa9a7447a004f8620d7d725d1;hb=112e8700a6fd2fed65ca70132c9cbed4132e8bd4;hp=560f328db13e1f792b6deda41112cc4f2035da03;hpb=c5a570810022466eaa5e077cd1b8aa00d74706f1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/tui/tui-io.h b/gdb/tui/tui-io.h index 560f328db1..a080529e50 100644 --- a/gdb/tui/tui-io.h +++ b/gdb/tui/tui-io.h @@ -1,7 +1,6 @@ /* TUI support I/O functions. - Copyright (C) 1998-2002, 2004, 2007-2012 Free Software Foundation, - Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. Contributed by Hewlett-Packard Company. @@ -24,6 +23,7 @@ #define TUI_IO_H struct ui_out; +class cli_ui_out; /* Print the string in the curses command window. */ extern void tui_puts (const char *); @@ -42,8 +42,11 @@ extern int tui_getc (FILE *); changed the edited text. */ extern void tui_redisplay_readline (void); +/* Expand TABs into spaces. */ +extern char *tui_expand_tabs (const char *, int); + extern struct ui_out *tui_out; -extern struct ui_out *tui_old_uiout; +extern cli_ui_out *tui_old_uiout; extern int key_is_start_sequence (int ch); extern int key_is_end_sequence (int ch);