Make fputs_unfiltered use fputs_maybe_filtered
[deliverable/binutils-gdb.git] / gdb / ui-file.h
index b0bc3f23421c1a9357daf061722ffdf61418f742..67685bdfa158b3bdddfda4db0e82920e052d7eae 100644 (file)
@@ -112,6 +112,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 void ui_file_puts (struct ui_file *file, const char *buf);
+
 extern int gdb_console_fputs (const char *, FILE *);
 
 /* A std::string-based ui_file.  Can be used as a scratch buffer for
This page took 0.025186 seconds and 4 git commands to generate.