aboutsummaryrefslogtreecommitdiffstats
path: root/include/ttyio.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-06-15 12:31:07 +0000
committerWerner Koch <[email protected]>1999-06-15 12:31:07 +0000
commit9da1694e19fda1559c35c654430b78d26ce0b272 (patch)
tree61b4a7432d03cb6f2123cb295600beb57e3d2271 /include/ttyio.h
parentSee ChangeLog: Thu Jun 10 14:18:23 CEST 1999 Werner Koch (diff)
downloadgnupg-9da1694e19fda1559c35c654430b78d26ce0b272.tar.gz
gnupg-9da1694e19fda1559c35c654430b78d26ce0b272.zip
See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch
Diffstat (limited to 'include/ttyio.h')
-rw-r--r--include/ttyio.h1
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*/