Add dummy show_flist_stats().
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index 7f57d37..9c5f737 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -95,6 +95,12 @@ static void finish_build_progress(const struct file_list *flist)
 }
 
 
+void show_flist_stats(void)
+{
+       /* Nothing yet */
+}
+
+
 static struct string_area *string_area_new(int size)
 {
        struct string_area *a;