aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/gpgme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r--gpgme/gpgme.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index 0fdd45bd..8d1e0fe6 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -116,7 +116,9 @@ typedef enum
/* Deprecated. */
GPGME_Busy = -2,
- GPGME_No_Request = -3
+ GPGME_No_Request = -3,
+ GPGME_Invalid_Type = -4,
+ GPGME_Invalid_Mode = -5
}
GpgmeError;