mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common: Remove unused function tty_print_string.
* common/ttyio.c (tty_print_string): Rename to ... (do_print_string): this. Make local. Simplify FP case by using print_utf8_buffer. Change caller. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
adbfbf608e
commit
bae42e5437
2 changed files with 46 additions and 83 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue