diff options
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r-- | gpgme/gpgme.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index adc769f3..8fee1ba1 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -387,7 +387,8 @@ typedef enum GPGME_STATUS_EXPSIG, GPGME_STATUS_EXPKEYSIG, GPGME_STATUS_TRUNCATED, - GPGME_STATUS_ERROR + GPGME_STATUS_ERROR, + GPGME_STATUS_NEWSIG } gpgme_status_code_t; |