aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-05 17:24:27 +0000
committerWerner Koch <[email protected]>2004-04-05 17:24:27 +0000
commitd3411b3277222805054678ebcafc75456802cf7a (patch)
treed307821f85df918faed5c36846e8993c595ecc34 /common/errors.h
parent(gpgsm_sign): Include a short list of capabilities. (diff)
downloadgnupg-d3411b3277222805054678ebcafc75456802cf7a.tar.gz
gnupg-d3411b3277222805054678ebcafc75456802cf7a.zip
(STATUS_NEWSIG): New.
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/errors.h b/common/errors.h
index 881a2fa51..f34f3ba79 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -99,7 +99,8 @@ enum {
STATUS_EXPKEYSIG,
STATUS_TRUNCATED,
- STATUS_ERROR
+ STATUS_ERROR,
+ STATUS_NEWSIG
};