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 8fd44448b..24eedebaa 100644 --- a/include/ttyio.h +++ b/include/ttyio.h @@ -27,6 +27,7 @@ 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 ); +int tty_no_terminal(int onoff); #endif /*G10_TTYIO_H*/ |