Fix compile of exim_monitor
[exim.git] / src / exim_monitor / em_main.c
index 187dba3b06f9782519a62b6cdf14b9601df8fe5e..4692fa744889f16a0ed1c69ff735708251224fd4 100644 (file)
@@ -168,7 +168,7 @@ Returns:    nothing
 */
 
 void
-log_write(unsigned int selector, int flags, char *format, ...)
+log_write(unsigned int selector, int flags, const char *format, ...)
 {
 va_list ap;
 va_start(ap, format);