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