From b0a06d18a4a4e5c3a17a5b3d187d808aabd837f0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 22 Sep 2006 11:39:45 +0000 Subject: Clarified cURL and OpenLDAP license issues. Made readline support work. --- common/common-defs.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'common/common-defs.h') diff --git a/common/common-defs.h b/common/common-defs.h index 0a6403a2c..96d0a1f32 100644 --- a/common/common-defs.h +++ b/common/common-defs.h @@ -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*)); -- cgit v1.2.3