diff options
author | Werner Koch <[email protected]> | 2010-02-16 20:07:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-02-16 20:07:03 +0000 |
commit | 2281024d4cb29c9c6742f7e9fbb031fe97f076c0 (patch) | |
tree | 181a5b9e1c4d936f724ab487304d477bf65bd131 /src/gpgme.h.in | |
parent | Convert C++ comments to C90 comments. (diff) | |
download | gpgme-2281024d4cb29c9c6742f7e9fbb031fe97f076c0.tar.gz gpgme-2281024d4cb29c9c6742f7e9fbb031fe97f076c0.zip |
Add option GPGME_EXPORT_MODE_MINIMAL
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 68ebd1a4..57902f47 100644 --- a/src/gpgme.h.in +++ b/src/gpgme.h.in @@ -348,6 +348,7 @@ typedef unsigned int gpgme_keylist_mode_t; /* The available export mode flags. */ #define GPGME_EXPORT_MODE_EXTERN 2 +#define GPGME_EXPORT_MODE_MINIMAL 4 typedef unsigned int gpgme_export_mode_t; |