X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/825fae12de435166c3706fa21ea7ccc8423c48bb..4840604e4f365545a43f01d0e953ce33afd1c3d5:/src/src/log.c diff --git a/src/src/log.c b/src/src/log.c index 7af92818e..1523874d9 100644 --- a/src/src/log.c +++ b/src/src/log.c @@ -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);