summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-08-21 17:41:11 +0200
committerWerner Koch <wk@gnupg.org>2002-08-21 17:41:11 +0200
commit04011644aeaaa3d2c757e5fdfca6609f8442569d (patch)
tree0c3b324c4e44a4c23afaa226e774cfbd8083fe08 /common
parent* import.c (import_print_stats): Print new non_imported counter (diff)
downloadgnupg2-04011644aeaaa3d2c757e5fdfca6609f8442569d.tar.xz
gnupg2-04011644aeaaa3d2c757e5fdfca6609f8442569d.zip
* errors.h: Added STATUS_IMPORT_PROBLEM.
Diffstat (limited to 'common')
-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 <wk@gnupg.org>
+
+ * errors.h: Added STATUS_IMPORT_PROBLEM.
+
2002-08-20 Werner Koch <wk@gnupg.org>
* 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,