diff options
author | Werner Koch <wk@gnupg.org> | 2009-10-14 19:06:10 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-10-14 19:06:10 +0200 |
commit | 1445c15ed1d874ad624bb2a635b48d82a2b9d9d9 (patch) | |
tree | 0f34970d0c1bce67099fe76a3cad9e13fd8b052c /g13/g13.h | |
parent | Keep on hacking on g13. A simple --create and --mount does now work. (diff) | |
download | gnupg2-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |