diff options
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h index 1633478c1..b1182ba1f 100644 --- a/include/errors.h +++ b/include/errors.h @@ -61,6 +61,7 @@ #define G10ERR_UNEXPECTED 39 #define G10ERR_TIME_CONFLICT 40 #define G10ERR_WR_PUBKEY_ALGO 41 /* unusabe pubkey algo */ +#define G10ERR_FILE_EXISTS 42 #ifndef HAVE_STRERROR |