aboutsummaryrefslogtreecommitdiffstats
path: root/include/ttyio.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-08-31 15:30:12 +0000
committerWerner Koch <[email protected]>1999-08-31 15:30:12 +0000
commit88a916cdd40e43312ffcde6bb1c157fe1c122f74 (patch)
treed5298986a0bad2aff797fd981f99fb3cb6f99ba9 /include/ttyio.h
parentSee ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch (diff)
downloadgnupg-88a916cdd40e43312ffcde6bb1c157fe1c122f74.tar.gz
gnupg-88a916cdd40e43312ffcde6bb1c157fe1c122f74.zip
See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r--include/ttyio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ttyio.h b/include/ttyio.h
index 24eedebaa..7992d85e8 100644
--- a/include/ttyio.h
+++ b/include/ttyio.h
@@ -23,6 +23,7 @@
int tty_batchmode( int onoff );
void tty_printf( const char *fmt, ... );
void tty_print_string( byte *p, size_t n );
+void tty_print_utf8_string( byte *p, size_t n );
char *tty_get( const char *prompt );
char *tty_get_hidden( const char *prompt );
void tty_kill_prompt(void);