forked from Imagelibrary/binutils-gdb
Move putchar_filtered() to utils.c.
This commit is contained in:
@@ -435,7 +435,8 @@ extern struct ui_file *gdb_stdtarg;
|
||||
|
||||
#include "ui-file.h"
|
||||
|
||||
/* More generic printf like operations */
|
||||
/* More generic printf like operations. Filtered versions may return
|
||||
non-locally on error. */
|
||||
|
||||
extern void fputs_filtered (const char *, struct ui_file *);
|
||||
|
||||
@@ -445,6 +446,8 @@ extern int fputc_filtered (int c, struct ui_file *);
|
||||
|
||||
extern int fputc_unfiltered (int c, struct ui_file *);
|
||||
|
||||
extern int putchar_filtered (int c);
|
||||
|
||||
extern int putchar_unfiltered (int c);
|
||||
|
||||
extern void puts_filtered (const char *);
|
||||
|
||||
Reference in New Issue
Block a user