diff options
Diffstat (limited to '')
-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 2949cfd19..e4119db86 100644 --- a/include/ttyio.h +++ b/include/ttyio.h @@ -25,6 +25,7 @@ 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); +int tty_get_answer_is_yes( const char *prompt ); #endif /*G10_TTYIO_H*/ |