Constification
[exim.git] / src / src / parse.c
index 58f8941990403e6602a6179d18d5995b41fd3ab1..352f07d605106f7f96a31d7894aa96b930b040cf 100644 (file)
@@ -863,7 +863,8 @@ Returns:       pointer to the original string, if no quoting needed, or
 */
 
 const uschar *
-parse_quote_2047(const uschar *string, int len, uschar *charset, BOOL fold)
+parse_quote_2047(const uschar *string, int len, const uschar *charset,
+  BOOL fold)
 {
 const uschar * s = string;
 int hlen, l;