summaryrefslogtreecommitdiffstats
path: root/g13/g13.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-10-14 19:06:10 +0200
committerWerner Koch <wk@gnupg.org>2009-10-14 19:06:10 +0200
commit1445c15ed1d874ad624bb2a635b48d82a2b9d9d9 (patch)
tree0f34970d0c1bce67099fe76a3cad9e13fd8b052c /g13/g13.h
parentKeep on hacking on g13. A simple --create and --mount does now work. (diff)
downloadgnupg2-1445c15ed1d874ad624bb2a635b48d82a2b9d9d9.tar.xz
gnupg2-1445c15ed1d874ad624bb2a635b48d82a2b9d9d9.zip
mount does now work in server and standalone mode.
Implemented a signal handler.
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;