Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / ui-file.h
index b780dff4d5767c0a306f6e81cd348787620122e9..6e6ca1c9cdc29ff9e0dfe21006cf36920a4a04d9 100644 (file)
@@ -1,5 +1,5 @@
 /* UI_FILE - a generic STDIO like output stream.
-   Copyright (C) 1999-2018 Free Software Foundation, Inc.
+   Copyright (C) 1999-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.  */
 
This page took 0.024424 seconds and 4 git commands to generate.