constification
[exim.git] / src / src / mytypes.h
index 964abf820d92a3009208dc0e2a00aca231f86117..b9aef704ea83512a7fbb46fdccf88266dad4845b 100644 (file)
@@ -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