diff options
Diffstat (limited to 'src/gpgme.h.in')
-rw-r--r-- | src/gpgme.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgme.h.in b/src/gpgme.h.in index 705d9741..69d9f54c 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -1491,6 +1491,7 @@ typedef enum { GPGME_DECRYPT_VERIFY = 1, GPGME_DECRYPT_ARCHIVE = 2, + GPGME_DECRYPT_LISTONLY = 16, GPGME_DECRYPT_UNWRAP = 128 } gpgme_decrypt_flags_t; |