diff options
Diffstat (limited to 'common/ttyio.h')
-rw-r--r-- | common/ttyio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/ttyio.h b/common/ttyio.h index 004aa859a..5bff82fbb 100644 --- a/common/ttyio.h +++ b/common/ttyio.h @@ -47,7 +47,6 @@ void tty_printf (const char *fmt, ... ); void tty_fprintf (estream_t fp, const char *fmt, ... ); char *tty_getf (const char *promptfmt, ... ); #endif -void tty_print_string (estream_t fp, const unsigned char *p, size_t n); void tty_print_utf8_string (const unsigned char *p, size_t n); void tty_print_utf8_string2 (estream_t fp, const unsigned char *p, size_t n, size_t max_n); |