summaryrefslogtreecommitdiff
path: root/include/mailutils
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils')
-rw-r--r--include/mailutils/errno.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/mailutils/errno.h b/include/mailutils/errno.h
index 154ba14a9..627ab2d37 100644
--- a/include/mailutils/errno.h
+++ b/include/mailutils/errno.h
@@ -45,8 +45,14 @@ extern "C" {
#define MU_ERR_BAD_822_FORMAT (MU_ERR_BASE | 0x006)
#define MU_ERR_EMPTY_ADDRESS (MU_ERR_BASE | 0x007)
+#define MU_ERR_LOCKER_NULL (MU_ERR_BASE | 0x008)
+#define MU_ERR_LOCK_CONFLICT (MU_ERR_BASE | 0x009)
+#define MU_ERR_LOCK_BAD_LOCK (MU_ERR_BASE | 0x00a)
+#define MU_ERR_LOCK_BAD_FILE (MU_ERR_BASE | 0x00b)
+#define MU_ERR_LOCK_NOT_HELD (MU_ERR_BASE | 0x00c)
+
const char* mu_errname __P((int e));
-const char* mu_errstr __P((int e));
+const char* mu_errstring __P((int e));
#ifdef __cplusplus
}

Return to:

Send suggestions and report system problems to the System administrator.