summaryrefslogtreecommitdiff
path: root/common/usuals.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-14 18:06:57 +0000
committerStef Walter <stef@memberwebs.com>2004-09-14 18:06:57 +0000
commitdb0f54bb41828dd0d02883ace183fa48c149dfda (patch)
tree740ca5d24a4ee9ba16b327ecb378472c2fc6d676 /common/usuals.h
parent37f56600adb6f38a030a926a6201067e7f0bf710 (diff)
Merging of the CLAMSMTP_SP branch
Diffstat (limited to 'common/usuals.h')
-rw-r--r--common/usuals.h2
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__ */