aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-08-21 15:41:11 +0000
committerWerner Koch <[email protected]>2002-08-21 15:41:11 +0000
commit04011644aeaaa3d2c757e5fdfca6609f8442569d (patch)
tree0c3b324c4e44a4c23afaa226e774cfbd8083fe08
parent* import.c (import_print_stats): Print new non_imported counter (diff)
downloadgnupg-04011644aeaaa3d2c757e5fdfca6609f8442569d.tar.gz
gnupg-04011644aeaaa3d2c757e5fdfca6609f8442569d.zip
* errors.h: Added STATUS_IMPORT_PROBLEM.
Diffstat (limited to '')
-rw-r--r--common/ChangeLog4
-rw-r--r--common/errors.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 2797c1140..3fa688654 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-21 Werner Koch <[email protected]>
+
+ * errors.h: Added STATUS_IMPORT_PROBLEM.
+
2002-08-20 Werner Koch <[email protected]>
* vasprintf.c: Hack to handle NULL for %s.
diff --git a/common/errors.h b/common/errors.h
index ac6a042c8..c28149fb6 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -145,6 +145,7 @@ enum {
STATUS_BADMDC,
STATUS_ERRMDC,
STATUS_IMPORTED,
+ STATUS_IMPORT_PROBLEM,
STATUS_IMPORT_RES,
STATUS_FILE_START,
STATUS_FILE_DONE,