add the dummy file to .cvsignore
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index a4ae248..0aa1eea 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -26,7 +26,7 @@ extern int csum_length;
 extern int verbose;
 extern int am_server;
 extern int always_checksum;
-extern off_t total_size;
+extern int64 total_size;
 
 extern int cvs_exclude;