diff options
Diffstat (limited to 'gdb/utils.h')
-rw-r--r-- | gdb/utils.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index dc76da4..26c35bc 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -235,11 +235,9 @@ extern void set_screen_width_and_height (int width, int height); extern void gdb_puts (const char *, struct ui_file *); -extern int fputc_filtered (int c, struct ui_file *); +extern int gdb_putc (int c, struct ui_file *); -extern int fputc_unfiltered (int c, struct ui_file *); - -extern int putchar_filtered (int c); +extern int gdb_putc (int c); extern void gdb_puts (const char *); |