Revise the usage of return codes.
Showing
59 changed files
with
372 additions
and
225 deletions
-
Please register or sign in to post a comment
... | ... | @@ -23,7 +23,7 @@ |
#include <mailutils/errno.h> | ||
#include <mailutils/mutil.h> | ||
#define EPARSE ENOENT | ||
#define EPARSE MU_ERR_NOENT | ||
static int | ||
parse (const char *str) | ||
... | ... |