diff options
Diffstat (limited to '')
-rw-r--r-- | gpgme/rungpg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gpgme/rungpg.h b/gpgme/rungpg.h index 20fffe6f..a798caf3 100644 --- a/gpgme/rungpg.h +++ b/gpgme/rungpg.h @@ -102,7 +102,9 @@ typedef enum { STATUS_ALREADY_SIGNED , STATUS_SIGEXPIRED , STATUS_EXPSIG , - STATUS_EXPKEYSIG + STATUS_EXPKEYSIG , + STATUS_TRUNCATED , + STATUS_ERROR , } GpgStatusCode; typedef void (*GpgStatusHandler)( GpgmeCtx, GpgStatusCode code, char *args ); |