DMARC support by opendmarc libs
[exim.git] / src / src / log.c
index 7af92818eba5797e46cf8e8cdd020f0b804591fb..1523874d9a780a88e03575350546fca6100e2ad3 100644 (file)
@@ -179,7 +179,7 @@ overwrite it temporarily if it is necessary to create the directory.
 Returns:       a file descriptor, or < 0 on failure (errno set)
 */
 
-static int
+int
 log_create(uschar *name)
 {
 int fd = Uopen(name, O_CREAT|O_APPEND|O_WRONLY, LOG_MODE);