diff options
author | Werner Koch <[email protected]> | 2009-05-26 09:29:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-05-26 09:29:33 +0000 |
commit | c4282847885627a2ebd8cca5e4717eb39eb83bf0 (patch) | |
tree | 2d2f82e651e97e4cb8e5295d76716bb30b453837 /common/ttyio.h | |
parent | Fix a signal cleanup problem. (diff) | |
download | gnupg-c4282847885627a2ebd8cca5e4717eb39eb83bf0.tar.gz gnupg-c4282847885627a2ebd8cca5e4717eb39eb83bf0.zip |
signal cleanup fix
Diffstat (limited to 'common/ttyio.h')
-rw-r--r-- | common/ttyio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/ttyio.h b/common/ttyio.h index 3ece73bd5..d19f7fdca 100644 --- a/common/ttyio.h +++ b/common/ttyio.h @@ -47,6 +47,7 @@ int tty_no_terminal (int onoff); void tty_enable_completion (rl_completion_func_t *completer); void tty_disable_completion (void); +void tty_cleanup_after_signal (void); void tty_cleanup_rl_after_signal (void); |