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

Fixed bug1058.

This commit is contained in:
Werner Koch 2009-05-22 15:38:49 +00:00
parent d72349bde0
commit 0bbe6eda34
5 changed files with 18 additions and 0 deletions

View file

@ -53,5 +53,6 @@ void tty_disable_completion(void);
#define tty_enable_completion(x)
#define tty_disable_completion()
#endif
void tty_cleanup_after_signal (void);
#endif /*G10_TTYIO_H*/