diff options
Diffstat (limited to 'include/ttyio.h')
-rw-r--r-- | include/ttyio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ttyio.h b/include/ttyio.h index 80f66d842..6d599870f 100644 --- a/include/ttyio.h +++ b/include/ttyio.h @@ -21,6 +21,7 @@ #define G10_TTYIO_H void tty_printf( const char *fmt, ... ); +void tty_print_string( byte *p, size_t n ); char *tty_get( const char *prompt ); char *tty_get_hidden( const char *prompt ); void tty_kill_prompt(void); |