mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Clarified cURL and OpenLDAP license issues.
Made readline support work.
This commit is contained in:
parent
43ab905823
commit
b0a06d18a4
18 changed files with 290 additions and 57 deletions
|
@ -23,9 +23,12 @@
|
|||
#define GNUPG_COMMON_COMMON_DEFS_H
|
||||
|
||||
/*-- ttyio.c --*/
|
||||
void tty_private_set_rl_hooks (void (*set_completer) (rl_completion_func_t*),
|
||||
void tty_private_set_rl_hooks (void (*init_stream) (FILE *),
|
||||
void (*set_completer) (rl_completion_func_t*),
|
||||
void (*inhibit_completion) (int),
|
||||
void (*cleanup_after_signal) (void) );
|
||||
void (*cleanup_after_signal) (void),
|
||||
char *(*readline_fun) (const char*),
|
||||
void (*add_history_fun) (const char*));
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue