From 55ba204bfa848c2e591a29fedc9f103103493a57 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 19 Nov 2007 16:03:50 +0000 Subject: Started to implement the audit log feature. Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. --- common/asshelp.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'common/asshelp.h') diff --git a/common/asshelp.h b/common/asshelp.h index eb5a41c1d..dfed3ac50 100644 --- a/common/asshelp.h +++ b/common/asshelp.h @@ -1,5 +1,5 @@ /* asshelp.h - Helper functions for Assuan - * Copyright (C) 2004 Free Software Foundation, Inc. + * Copyright (C) 2004, 2007 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -30,7 +30,9 @@ send_pinentry_environment (assuan_context_t ctx, const char *opt_ttyname, const char *opt_ttytype, const char *opt_lc_ctype, - const char *opt_lc_messages); + const char *opt_lc_messages, + const char *opt_xauthority, + const char *opt_pinentry_user_data); /* This fucntion is used by the call-agent.c modules to fire up a new agent. What a parameter list ;-). */ @@ -44,6 +46,8 @@ start_new_gpg_agent (assuan_context_t *r_ctx, const char *opt_ttytype, const char *opt_lc_ctype, const char *opt_lc_messages, + const char *opt_xauthority, + const char *opt_pinentry_user_data, int verbose, int debug, gpg_error_t (*status_cb)(ctrl_t, int, ...), ctrl_t status_cb_arg); -- cgit v1.2.3