constification
[exim.git] / src / src / transports / appendfile.c
index 2c7bea11d1213197997b1ba7e67cbb65f6b99101..ec41ca035a660ac595891de62beddf139314427e 100644 (file)
@@ -502,7 +502,7 @@ Returns:     nothing
 */
 
 static void
-notify_comsat(uschar *user, off_t offset)
+notify_comsat(const uschar * user, off_t offset)
 {
 struct servent *sp;
 host_item host;