1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

signal cleanup fix

This commit is contained in:
Werner Koch 2009-05-26 09:29:33 +00:00
parent 21ad035cc9
commit c428284788
3 changed files with 13 additions and 0 deletions

View file

@ -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);