From 81b1c4f8b9f0c2dc58f5ce84f87eeed66a12eda0 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 4 Jun 2004 23:22:53 +0000 Subject: (MU_ERR_BUFSPACE): New error code --- include/mailutils/errno.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/mailutils/errno.h b/include/mailutils/errno.h index 4aa943b5a..7d6e6a4fe 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, 2003 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2003, 2004 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 @@ -95,6 +95,8 @@ extern "C" { /* Parse error */ #define MU_ERR_NOENT (MU_ERR_BASE + 39) /* Requested item not found */ +#define MU_ERR_BUFSPACE (MU_ERR_BASE + 40) + /* Not enough buffer space */ const char *mu_errname __P((int e)); const char *mu_strerror __P((int e)); -- cgit v1.2.1