summaryrefslogtreecommitdiff
path: root/mailbox
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-03-25 22:07:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-03-25 22:07:43 +0000
commit08189be2172e2b44ad22d2bfba69db481cbc0ca9 (patch)
tree60ea7beaa29bbfaea5824315e2b01c46bbed76dd /mailbox
parente12ef73fb6ab9ebbcc9429e67324b51062812eb8 (diff)
downloadmailutils-08189be2172e2b44ad22d2bfba69db481cbc0ca9.tar.gz
mailutils-08189be2172e2b44ad22d2bfba69db481cbc0ca9.tar.bz2
(MU_ERR_FAILURE): New macro
Diffstat (limited to 'mailbox')
-rw-r--r--mailbox/muerrno.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mailbox/muerrno.c b/mailbox/muerrno.c
index 799382439..dae112b2f 100644
--- a/mailbox/muerrno.c
+++ b/mailbox/muerrno.c
@@ -46,6 +46,8 @@ mu_errname (int e)
EN(EEXIST);
EN(EINVAL);
+ EN(MU_ERR_FAILURE);
+
EN(MU_ERR_NO_HANDLER);
EN(MU_ERR_EMPTY_VFN);
@@ -90,6 +92,8 @@ mu_strerror (int e)
#define ES(x, d) case x: return d
ES(EOK, _("Success"));
+ ES(MU_ERR_FAILURE, _("Operation failed"));
+
ES(MU_ERR_NO_HANDLER, _("No registered handler"));
ES(MU_ERR_EMPTY_VFN, _("Empty virtual function"));

Return to:

Send suggestions and report system problems to the System administrator.