aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/errors.h b/common/errors.h
index 246a2c0ce..5b5fde781 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -178,12 +178,14 @@ enum {
STATUS_EXPSIG,
STATUS_EXPKEYSIG,
- STATUS_TRUNCATED
+ STATUS_TRUNCATED,
+ STATUS_ERROR
};
-/*-- errors.c (built) --*/
+/*-- errors.c (build by mkerror and mkerrtok) --*/
const char *gnupg_strerror (int err);
+const char *gnupg_error_token (int err);
#endif /*GNUPG_COMMON_ERRORS_H*/