summaryrefslogtreecommitdiff
path: root/include/mailutils/errno.h
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2003-09-04 11:41:11 +0000
committerWojciech Polak <polak@gnu.org>2003-09-04 11:41:11 +0000
commitb86e7ac9575a2c5942e32683b42fa12777bde164 (patch)
treeb448faf2e737f8c7395b54a11e30f160c93e5dbb /include/mailutils/errno.h
parentfeb1ad9ac6cc6166d667b10c6d9d0818eae54ad3 (diff)
downloadmailutils-b86e7ac9575a2c5942e32683b42fa12777bde164.tar.gz
mailutils-b86e7ac9575a2c5942e32683b42fa12777bde164.tar.bz2
Added MU_ERR_UNSAFE_PERMS.
Diffstat (limited to 'include/mailutils/errno.h')
-rw-r--r--include/mailutils/errno.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/mailutils/errno.h b/include/mailutils/errno.h
index 4c8d63699..8494a709e 100644
--- a/include/mailutils/errno.h
+++ b/include/mailutils/errno.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -24,7 +24,7 @@
extern "C" {
#endif
-#define MU_ERR_BASE 0x1000
+#define MU_ERR_BASE 0x1000
#define MU_ERR_FAILURE (MU_ERR_BASE + 1)
#define MU_ERR_NO_HANDLER (MU_ERR_BASE + 2)
@@ -69,7 +69,10 @@ extern "C" {
#define MU_ERR_NOUSERNAME (MU_ERR_BASE + 28)
#define MU_ERR_NOPASSWORD (MU_ERR_BASE + 29)
-
+
+#define MU_ERR_UNSAFE_PERMS (MU_ERR_BASE + 30)
+ /* unsafe file permissions */
+
const char *mu_errname __P((int e));
const char *mu_strerror __P((int e));

Return to:

Send suggestions and report system problems to the System administrator.