Remove obsolete TYPE_FLAG_... values
[deliverable/binutils-gdb.git] / gdb / tui / tui-io.h
index 5d3e144a220f7c53b637b0a05bf20c0d123770cb..67c0273db4038446b423377e580646408bfe6e4d 100644 (file)
@@ -1,7 +1,6 @@
 /* TUI support I/O functions.
 
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2016 Free Software Foundation, Inc.
 
    Contributed by Hewlett-Packard Company.
 
@@ -42,6 +41,9 @@ 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;
 
This page took 0.024152 seconds and 4 git commands to generate.