diff options
| author | Werner Koch <[email protected]> | 2007-11-19 16:03:50 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2007-11-19 16:03:50 +0000 |
| commit | 55ba204bfa848c2e591a29fedc9f103103493a57 (patch) | |
| tree | e37263e4d3a25e2aa300faf4c5240191b54ea1a7 /agent/agent.h | |
| parent | Updated (diff) | |
| download | gnupg-55ba204bfa848c2e591a29fedc9f103103493a57.tar.gz gnupg-55ba204bfa848c2e591a29fedc9f103103493a57.zip | |
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.
Diffstat (limited to 'agent/agent.h')
| -rw-r--r-- | agent/agent.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h index 9648ac40a..beb70111e 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -31,7 +31,6 @@ #include <gcrypt.h> #include "../common/util.h" -#include "../common/errors.h" #include "../common/membuf.h" #include "../common/sysutils.h" /* (gnupg_fd_t) */ @@ -62,6 +61,8 @@ struct char *startup_ttytype; char *startup_lc_ctype; char *startup_lc_messages; + char *startup_xauthority; + char *startup_pinentry_user_data; const char *pinentry_program; /* Filename of the program to start as @@ -146,6 +147,8 @@ struct server_control_s char *ttytype; char *lc_ctype; char *lc_messages; + char *xauthority; + char *pinentry_user_data; struct { int algo; unsigned char value[MAX_DIGEST_LEN]; |
