aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 6355f350a..7fc6bb60f 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-17 Werner Koch <[email protected]>
+
+ * errors.h: Added STATUS_IMPORT_OK.
+
2004-02-10 Werner Koch <[email protected]>
* b64enc.c: New. Based on code from ../sm/base64.c.
diff --git a/common/errors.h b/common/errors.h
index a5643f08a..881a2fa51 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -63,6 +63,7 @@ enum {
STATUS_BADMDC,
STATUS_ERRMDC,
STATUS_IMPORTED,
+ STATUS_IMPORT_OK,
STATUS_IMPORT_PROBLEM,
STATUS_IMPORT_RES,
STATUS_FILE_START,