diff options
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index 52b606f38..840405d8b 100644 --- a/common/errors.h +++ b/common/errors.h @@ -84,6 +84,7 @@ enum { GNUPG_Unknown_Sexp = 55, GNUPG_Unsupported_Protection = 56, GNUPG_Corrupted_Protection = 57, + GNUPG_Ambiguous_Name = 58 }; /* Status codes - fixme: should go into another file */ |