aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme.h.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-04-18 15:59:29 +0000
committerWerner Koch <[email protected]>2018-04-18 15:59:29 +0000
commit55e9a94680370e584fbe5d21161a2cee3fe95744 (patch)
tree0bed989020cceee38b2c8644d84fd6aa510d0f72 /src/gpgme.h.in
parentjson: Add command "decrypt" to gpgme-json. (diff)
downloadgpgme-55e9a94680370e584fbe5d21161a2cee3fe95744.tar.gz
gpgme-55e9a94680370e584fbe5d21161a2cee3fe95744.zip
core: New convenience constant GPGME_KEYLIST_MODE_LOCATE.
* src/gpgme.h.in (GPGME_KEYLIST_MODE_LOCATE): New. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/gpgme.h.in')
-rw-r--r--src/gpgme.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in
index c81e882f..e3a2eea0 100644
--- a/src/gpgme.h.in
+++ b/src/gpgme.h.in
@@ -373,6 +373,8 @@ gpgme_protocol_t;
#define GPGME_KEYLIST_MODE_EPHEMERAL 128
#define GPGME_KEYLIST_MODE_VALIDATE 256
+#define GPGME_KEYLIST_MODE_LOCATE (1|2)
+
typedef unsigned int gpgme_keylist_mode_t;