diff options
author | Werner Koch <[email protected]> | 1997-12-16 19:15:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1997-12-16 19:15:09 +0000 |
commit | 15426c6d969f49ccb7be738ace2647dca686a5b5 (patch) | |
tree | 69afa01597e394eb7109f6d2d5a82f291e798c98 /include/ttyio.h | |
parent | added option file handling (diff) | |
download | gnupg-15426c6d969f49ccb7be738ace2647dca686a5b5.tar.gz gnupg-15426c6d969f49ccb7be738ace2647dca686a5b5.zip |
added some stuff for signing keys
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); |