diff options
author | Werner Koch <[email protected]> | 1998-07-29 19:35:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-07-29 19:35:05 +0000 |
commit | 5ae562b41d9e3ec965643b902bf8593c8ca5a2d7 (patch) | |
tree | 059ed09c380b3f534479add19933dbe9a7a401c9 /include/ttyio.h | |
parent | changed trustdb design (diff) | |
download | gnupg-5ae562b41d9e3ec965643b902bf8593c8ca5a2d7.tar.gz gnupg-5ae562b41d9e3ec965643b902bf8593c8ca5a2d7.zip |
edit-key is now complete
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*/ |