Split code out into separate files and remove some global variables to
[rsync/rsync.git] / log.c
diff --git a/log.c b/log.c
index 411889c..e79bc22 100644 (file)
--- a/log.c
+++ b/log.c
@@ -30,6 +30,7 @@
 static char *logfname;
 static FILE *logfile;
 static int log_error_fd = -1;
+struct stats stats;
 
 int log_got_error=0;