aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog4
-rw-r--r--common/status.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index c236ae17a..99a1a0994 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-12 Werner Koch <[email protected]>
+
+ * status.h (STATUS_ENTER): New.
+
2010-02-11 Marcus Brinkmann <[email protected]>
From trunk 2009-10-16, 2009-11-02, 2009-11-05:
diff --git a/common/status.h b/common/status.h
index a11f2a38c..8df64defa 100644
--- a/common/status.h
+++ b/common/status.h
@@ -124,7 +124,8 @@ enum
STATUS_PKA_TRUST_GOOD,
STATUS_TRUNCATED,
- STATUS_ERROR
+ STATUS_ERROR,
+ STATUS_SUCCESS
};