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

Minor changes to help the VMS port

This commit is contained in:
Werner Koch 2010-09-28 10:07:30 +00:00
parent 9921fb3a8c
commit aa29ba1689
19 changed files with 232 additions and 21 deletions

View file

@ -1,3 +1,7 @@
2010-09-28 Werner Koch <wk@g10code.com>
* ttyio.h (ttyfp_is, init_ttyfp) [__VMS]: New.
2009-09-03 Werner Koch <wk@g10code.com>
* util.h (xtryvasprintf): New.

View file

@ -43,6 +43,11 @@ void tty_kill_prompt(void);
int tty_get_answer_is_yes( const char *prompt );
int tty_no_terminal(int onoff);
#ifdef __VMS
FILE *ttyfp_is (void);
void init_ttyfp (void);
#endif /*__VMS*/
#ifdef HAVE_LIBREADLINE
void tty_enable_completion(rl_completion_func_t *completer);
void tty_disable_completion(void);