summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-01-01 16:19:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-01-01 16:19:59 +0000
commite12873bf9c89b2e627b3fa48aeb4c8250f698c16 (patch)
tree43261184ad614e78a9d31331de222577e56bc4e0 /include
parent673576731a2ea8ada73bfc486afea673504cb70a (diff)
downloadmailutils-e12873bf9c89b2e627b3fa48aeb4c8250f698c16.tar.gz
mailutils-e12873bf9c89b2e627b3fa48aeb4c8250f698c16.tar.bz2
A template for errno.h
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/errno.hin41
1 files changed, 41 insertions, 0 deletions
diff --git a/include/mailutils/errno.hin b/include/mailutils/errno.hin
new file mode 100644
index 000000000..17fdce8d8
--- /dev/null
+++ b/include/mailutils/errno.hin
@@ -0,0 +1,41 @@
1/* -*- c -*- $AUTOWARN
2 GNU Mailutils -- a suite of utilities for electronic mail
3 Copyright (C) 1999, 2000, 2001, 2003, 2004,
4 2005 Free Software Foundation, Inc.
5
6 This library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Lesser General Public
8 License as published by the Free Software Foundation; either
9 version 2 of the License, or (at your option) any later version.
10
11 This library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Lesser General Public License for more details.
15
16 You should have received a copy of the GNU Lesser General Public
17 License along with this library; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
19
20#ifndef _MAILUTILS_ERRNO_H
21#define _MAILUTILS_ERRNO_H 1
22
23#include <mailutils/types.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29#define MU_ERR_BASE 0x1000
30
31$MESSAGE_DEFS
32
33const char *mu_errname __P((int e));
34const char *mu_strerror __P((int e));
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* _MAILUTILS_ERRNO_H */
41

Return to:

Send suggestions and report system problems to the System administrator.