]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ui-file.h
Support styling on native MS-Windows console
[thirdparty/binutils-gdb.git] / gdb / ui-file.h
index 26cf2bf694fe5bc435f83dce60ffbdcfe02d8608..6e6ca1c9cdc29ff9e0dfe21006cf36920a4a04d9 100644 (file)
@@ -101,6 +101,8 @@ extern void ui_file_write_async_safe (struct ui_file *file, const char *buf,
 
 extern long ui_file_read (struct ui_file *file, char *buf, long length_buf);
 
+extern int gdb_console_fputs (const char *, FILE *);
+
 /* A std::string-based ui_file.  Can be used as a scratch buffer for
    collecting output.  */