aboutsummaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-03-24 22:44:51 +0000
committerBen McGinnes <[email protected]>2018-03-24 22:44:51 +0000
commitd0bb4ec4ecdfae4dfd9dd84aef905afb490013d5 (patch)
treee9d1a21501e4d09bd0442e9eee829046b25a922d /src/context.h
parentdoc: python bindings howto (diff)
parentcore: Need to increase an array in the gpg engine. (diff)
downloadgpgme-d0bb4ec4ecdfae4dfd9dd84aef905afb490013d5.tar.gz
gpgme-d0bb4ec4ecdfae4dfd9dd84aef905afb490013d5.zip
Merge branch 'master' of ssh+git://playfair.gnupg.org/git/gpgme
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index 1e763d2a..202cf168 100644
--- a/src/context.h
+++ b/src/context.h
@@ -145,6 +145,9 @@ struct gpgme_context
/* The gpg specific override session key or NULL. */
char *override_session_key;
+ /* The optional request origin. */
+ char *request_origin;
+
/* The locale for the pinentry. */
char *lc_ctype;
char *lc_messages;