X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fui-file.h;h=10c7e18344e35e07a6ecddb8adfbd5ddb6f579a3;hb=af0b2a3e85df9f49a3528e5b7578fcf9412f1acc;hp=b0bc3f23421c1a9357daf061722ffdf61418f742;hpb=faa17681ccf5b45a14424c184d867a390d9e8086;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ui-file.h b/gdb/ui-file.h index b0bc3f2342..10c7e18344 100644 --- a/gdb/ui-file.h +++ b/gdb/ui-file.h @@ -100,18 +100,6 @@ public: /* A preallocated null_file stream. */ extern null_file null_stream; -extern void ui_file_flush (ui_file *); - -extern int ui_file_isatty (struct ui_file *); - -extern void ui_file_write (struct ui_file *file, const char *buf, - long length_buf); - -extern void ui_file_write_async_safe (struct ui_file *file, const char *buf, - long length_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