]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ui-file.c
Make fputs_unfiltered use fputs_maybe_filtered
[thirdparty/binutils-gdb.git] / gdb / ui-file.c
index 2d9a3789786e2df992c582e52ff11cc6543a2826..e42d203f1f0f7110133c13f89f34ad4df0f49615 100644 (file)
@@ -150,7 +150,7 @@ ui_file_read (struct ui_file *file, char *buf, long length_buf)
 }
 
 void
-fputs_unfiltered (const char *buf, struct ui_file *file)
+ui_file_puts (struct ui_file *file, const char *buf)
 {
   file->puts (buf);
 }