diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-14 18:06:57 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-14 18:06:57 +0000 |
commit | db0f54bb41828dd0d02883ace183fa48c149dfda (patch) | |
tree | 740ca5d24a4ee9ba16b327ecb378472c2fc6d676 /common/usuals.h | |
parent | 37f56600adb6f38a030a926a6201067e7f0bf710 (diff) |
Merging of the CLAMSMTP_SP branch
Diffstat (limited to 'common/usuals.h')
-rw-r--r-- | common/usuals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/usuals.h b/common/usuals.h index 385bcf9..48d372f 100644 --- a/common/usuals.h +++ b/common/usuals.h @@ -72,5 +72,7 @@ #endif #define KL(s) ((sizeof(s) - 1) / sizeof(char)) +#define RETURN(x) { ret = (x); goto cleanup; } + #endif /* __USUALS_H__ */ |