aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/rungpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/rungpg.h')
-rw-r--r--gpgme/rungpg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpgme/rungpg.h b/gpgme/rungpg.h
index 3c2da5da..6c6fc32a 100644
--- a/gpgme/rungpg.h
+++ b/gpgme/rungpg.h
@@ -87,7 +87,8 @@ typedef enum {
STATUS_POLICY_URL ,
STATUS_BEGIN_STREAM ,
STATUS_END_STREAM ,
- STATUS_INV_RECP
+ STATUS_INV_RECP ,
+ STATUS_NO_RECP
} GpgStatusCode;
typedef void (*GpgStatusHandler)( GpgmeCtx, GpgStatusCode code, char *args );