aboutsummaryrefslogtreecommitdiffstats
path: root/g13/g13.h
diff options
context:
space:
mode:
Diffstat (limited to 'g13/g13.h')
-rw-r--r--g13/g13.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/g13/g13.h b/g13/g13.h
index 5740e5860..0bfc42e9c 100644
--- a/g13/g13.h
+++ b/g13/g13.h
@@ -30,6 +30,7 @@
#include "../common/status.h"
#include "../common/estream.h"
#include "../common/audit.h"
+#include "../common/session-env.h"
/* A large struct named "opt" to keep global flags. */
struct
@@ -58,6 +59,7 @@ struct
char *lc_messages;
char *xauthority;
char *pinentry_user_data;
+ session_env_t session_env;
/* Name of the output file - FIXME: what is this? */
const char *outfile;