X-Git-Url: http://git.hcoop.net/hcoop/debian/exim4.git/blobdiff_plain/420a0d19af455b8c65ca20e08b500bd9c4995860..188b6fee0dfdf699a1a302e16b70d17b4f325bcd:/src/mytypes.h diff --git a/src/mytypes.h b/src/mytypes.h index 964abf8..b9aef70 100644 --- a/src/mytypes.h +++ b/src/mytypes.h @@ -66,6 +66,7 @@ almost always literal strings. */ #define US (unsigned char *) #define CUS (const unsigned char *) #define USS (unsigned char **) +#define CUSS (const unsigned char **) /* The C library string functions expect "char *" arguments. Use macros to avoid having to write a cast each time. We do this for string and file