constification
[exim.git] / src / src / spf.c
index e720517086a494cf4b8ccc1b6ed8f807081e05b9..2e3f861eba6a7ee32c7047f4c42eef4fee00ec0f 100644 (file)
@@ -341,7 +341,8 @@ else for (int i = 0; i < SPF_response_messages(spf_response); i++)
 Return: OK/FAIL  */
 
 int
-spf_process(const uschar **listptr, uschar *spf_envelope_sender, int action)
+spf_process(const uschar ** listptr, const uschar * spf_envelope_sender,
+  int action)
 {
 int sep = 0;
 const uschar *list = *listptr;